winit/tests
Kirill Chibisov 801fddbfcf
Make WindowBuilder Send + Sync
Window builder is always accessed by winit on the thread event loop
is on, thus it's safe to mark the data it gets as `Send + Sync`.
Each unsafe object is marked individually as `Send + Sync` instead
of just implementing `Send` and `Sync` for the whole builder.
2023-10-17 04:54:12 +04:00
..
send_objects.rs Make WindowBuilder Send + Sync 2023-10-17 04:54:12 +04:00
serde_objects.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
sync_object.rs Make WindowBuilder Send + Sync 2023-10-17 04:54:12 +04:00