pros-async
Tiny async runtime and robot traits for pros-rs.
[!important] pros-rs is deprecated and unmaintained; new projects should instead use
vexide, a similar library with features like differential uploading andstdsupport.
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.