//! Mirror of the tokio surface the workspace is allowed to touch.
//! Enumerated on purpose: a glob re-export is how unvetted primitives
//! leak in unnoticed. `time`/`fs`/`process` and the root
//! `spawn`/`spawn_blocking` are intentionally ABSENT. `net` and minimal async IO
//! extension traits are feature-gated for native test/server socket plumbing.
//! `task_local!` is native-only (no task-scope surface in the wasm subset).
//! `signal` is opt-in for desktop binaries that own process shutdown.
pub use signal;
pub use ;
pub use tokio as backend;
pub
pub use ensure_thread_pool;