//! 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 (see design doc ยง2). `time`/`net`/`fs`/`io`/`process`
//! and the root `spawn`/`spawn_blocking` are intentionally ABSENT.
//! `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;