Single threaded executor which manages many tasks concurrently on the current thread.
# Cargo.toml
[dependencies]
tokio-current-thread = "0.1.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a single-threaded Tokio executor on the current thread.
Use `tokio::runtime::Runtime::new_current_thread()` instead.
No dependency data recorded yet.