winit/src/platform_impl/web/event_loop
Kirill Chibisov 9ac3259a79
Remove lifetime from the Event
Lifetimes don't work nicely when dealing with multithreaded environments
in the current design of the existing winit's event handling model, so
remove it in favor of `InnerSizeWriter` fences passed to client, so they
could try to update the size.

Fixes #1387.
2023-07-31 00:39:01 +04:00
..
mod.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
proxy.rs On Web, implement Send and Sync where appropriate (#2834) 2023-06-05 02:44:54 +02:00
runner.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
state.rs Use Window.requestIdleCallback() 2023-06-14 00:03:23 +02:00
window_target.rs On Web, cache commonly used values (#2947) 2023-07-11 00:11:06 +02:00