Async component winit
Async executor for async-component
on winit event loop
Implementation detail
- Event -> Executor poll -> ... -> RedrawEventsCleared -> Executor poll -> winit poll (if last executor poll was Poll::Ready)
- Waker::wake -> UserEvent(ExecutorPollEvent) -> Executor poll -> ... -> RedrawEventsCleared -> Executor poll -> winit poll (if last executor poll was Poll::Ready)