pros-async

Crates.iopros-async
lib.rspros-async
version0.2.0
sourcesrc
created_at2024-03-06 08:24:11.032322
updated_at2024-04-05 23:01:37.882655
descriptionA simple async executor for pros-rs
homepage
repositoryhttps://github.com/gavin-niederman/pros-rs
max_upload_size
id1164482
size12,223
Gavin (Gavin-Niederman)

documentation

README

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.

Commit count: 815

cargo fmt