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§

task
Asynchronous tasks.
time
Utilities for tracking time.

Functions§

block_on
Blocks the current task until a return value can be extracted from the provided future.