1 unstable release

0.2.0-beta Sep 6, 2023

#1583 in Asynchronous

MIT license

17KB
294 lines

Winit Runtime

Async runtime built on winit's eventloop

Integrates winit event loop into 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

~3–19MB
~247K SLoC