1 unstable release

0.1.0 Aug 18, 2023

#24 in #event-loop

MIT license

17KB
405 lines

wm

Async runtime over winit's eventloop

Experimental project for integrating winit's event loop to Rust's async ecosystem

Features

  1. Alloc free async timer.
  2. Zero cost event dispatch
  3. 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

  1. Alloc free async timer
  2. Zero cost event dispatching
  3. Spawn ui tasks anywhere. Tasks run in eventloop's thread concurrently

Dependencies

~4–17MB
~196K SLoC