Re-exports§
pub use global::block_on_compact;
pub use global::block_on_global;
pub use global::compact_runtime;
pub use global::create_runtime;
pub use global::global_runtime;
pub use global::init_global_runtimes;
pub use global::spawn_blocking_compact;
pub use global::spawn_blocking_global;
pub use global::spawn_blocking_hb;
pub use global::spawn_compact;
pub use global::spawn_global;
pub use global::spawn_hb;
pub use crate::runtime::Builder;
pub use crate::runtime::Runtime;
Modules§
- Global runtimes
- metrics 🔒Runtime metrics
Structs§
- Task failed to execute to completion.
- An owned permission to join on a task (await its termination).
Traits§
- Task to execute repeatedly.