1 unstable release
| 0.1.0 | Aug 18, 2023 |
|---|
#31 in #event-loop
17KB
405 lines
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
wm
Async runtime over winit's eventloop
Experimental project for integrating winit's event loop to 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
Dependencies
~4–15MB
~187K SLoC