pros-async 0.2.1

A simple async executor for pros-rs
Documentation

pros-async

Tiny async runtime and robot traits for pros-rs.

Maintained: no

[!important] pros-rs is deprecated and unmaintained; new projects should instead use vexide, a similar library with features like differential uploading and std support.

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.