Implements Spawn, SpawnLocal and SpawnHandle for commonly used executors like tokio, async-std, and smol.
# Cargo.toml
[dependencies]
async_executors = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Spawn a task using Tokio current-thread executor
Add the appropriate feature to your Cargo.toml, e.g., async_executors = { features = ["tokio"] }No dependency data recorded yet.