2 releases
| 0.2.0 | Apr 23, 2024 |
|---|---|
| 0.2.0-beta | Sep 6, 2023 |
#1754 in Asynchronous
74 downloads per month
18KB
291 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
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
Dependencies
~2–19MB
~245K SLoC