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