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§
Functions§
- block_
on - Blocks the current task until a return value can be extracted from the provided future.