1 unstable release
0.2.0-beta | Sep 6, 2023 |
---|
#1583 in Asynchronous
17KB
294 lines
Winit Runtime
Async runtime built on winit's eventloop
Integrates winit event loop into Rust's async ecosystem
Features
- Alloc free async timer.
- Zero cost event dispatch
- Spawn ui tasks anywhere. Tasks run in eventloop's thread concurrently.
Examples
See examples
License
MIT
lib.rs
:
wm: Async runtime over winit's eventloop
Features
- Alloc free async timer
- Zero cost event dispatching
- Spawn ui tasks anywhere. Tasks run in eventloop's thread concurrently
Dependencies
~3–19MB
~247K SLoC