Files
winit/src/platform_impl/macos
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
..
2023-08-27 17:35:45 +02:00
2023-08-27 17:04:39 +02:00
2023-10-08 01:21:46 +02:00
2023-05-28 21:02:59 +03:00
2023-07-29 00:33:03 +02:00
2023-07-29 00:33:03 +02:00
2023-08-14 23:19:57 +04:00
2023-10-08 01:21:46 +02:00
2023-10-17 04:54:12 +04:00