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. |
||
|---|---|---|
| .. | ||
| send_objects.rs | ||
| serde_objects.rs | ||
| sync_object.rs | ||