Crate vexide_async
source ·Expand description
Tiny async runtime for vexide
.
The async executor supports spawning tasks and blocking on futures. It has a reactor to improve the performance of some futures.
Re-exports§
pub use task::spawn;
Modules§
- Asynchronous tasks.
- Utilities for tracking time.
Functions§
- Blocks the current task untill a return value can be extracted from the provided future.