#async-executor #async #vex #v5 #bindings

no-std vexide-async

The async executor at the core of vexide

2 releases

0.1.1 May 17, 2024
0.1.0 May 10, 2024

#224 in Robotics

Download history 161/week @ 2024-05-07 197/week @ 2024-05-14 44/week @ 2024-05-21 10/week @ 2024-05-28

412 downloads per month
Used in 3 crates

MIT license

85KB
2K SLoC

vexide-async

The async executor designed for vexide. The async executor supports spawning tasks and blocking on futures. It has a reactor to improve the performance of some futures.


lib.rs:

Tiny async runtime for vexide.

The async executor supports spawning tasks and blocking on futures. It has a reactor to improve the performance of some futures.

Dependencies

~1.5–9MB
~75K SLoC