Async executor for running futures on a thread pool.
# Cargo.toml
[dependencies]
async-executor = "1.14.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an async executor and runs a simple future.
Add futures-lite or smol as a dependency and use future::block_on.
No dependency data recorded yet.