Crates.io | pros-async |
lib.rs | pros-async |
version | 0.2.0 |
source | src |
created_at | 2024-03-06 08:24:11.032322 |
updated_at | 2024-04-05 23:01:37.882655 |
description | A simple async executor for pros-rs |
homepage | |
repository | https://github.com/gavin-niederman/pros-rs |
max_upload_size | |
id | 1164482 |
size | 12,223 |
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.