1 unstable release
Uses new Rust 2024
new 0.1.0 | Apr 24, 2025 |
---|
#28 in #tasks
4KB
No-op executor
A no-op executor in Rust.
This crate provides a block_on
function that simply unwraps a future assuming it is ready.
References
- If you use
async
operations as coroutines, you need to use crates like Cassette instead.