//! Mirror of the tokio surface the workspace is allowed to touch, flash side.
//! Enumerated on purpose: a glob re-export is how flash-blind primitives
//! leak in unnoticed (see design doc ยง2). `time`/`fs`/`io`/`process` and the
//! root `spawn`/`spawn_blocking` are intentionally ABSENT. `runtime`,
//! `ensure_thread_pool` and `task_local!` add no flash semantics and are
//! re-imported from `native`; the channels and `task` are flash-aware.
pub use cratesignal;
pub use crate;
pub use crate;