2 unstable releases

0.2.0 Apr 5, 2024
0.1.0 Mar 6, 2024

#196 in Robotics

Download history 111/week @ 2024-03-01 45/week @ 2024-03-08 11/week @ 2024-03-15 1/week @ 2024-03-22 12/week @ 2024-03-29 178/week @ 2024-04-05

209 downloads per month
Used in pros

MIT license

3.5MB
2K SLoC

pros-async

Tiny async runtime and robot traits for pros-rs. The async executor supports spawning tasks and blocking on futures. It has a reactor to improve the performance of some futures. FreeRTOS tasks can still be used, but it is recommended to use only async tasks for performance.


lib.rs:

Tiny async runtime and robot traits for pros-rs. The async executor supports spawning tasks and blocking on futures. It has a reactor to improve the performance of some futures. It is recommended to use the AsyncRobot trait to run robot code. FreeRTOS tasks can still be used, but it is recommended to use only async tasks for performance.

Dependencies

~1–10MB
~76K SLoC