Task abstraction for building executors, providing a foundation for async runtimes.
# Cargo.toml
[dependencies]
async-task = "4.7.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Spawn a blocking task and await its result.
Use an executor like smol or tokio to run the task.
No dependency data recorded yet.