2 releases

0.2.0 Apr 23, 2024
0.2.0-beta Sep 6, 2023

#1198 in Asynchronous

Download history 1/week @ 2024-02-20 13/week @ 2024-02-27 1/week @ 2024-03-26 19/week @ 2024-04-02 166/week @ 2024-04-23

166 downloads per month

MIT license

18KB
291 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

~4–17MB
~240K SLoC