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. |
||
|---|---|---|
| .. | ||
| event_loop | ||
| seat | ||
| types | ||
| window | ||
| mod.rs | ||
| output.rs | ||
| state.rs | ||