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§
- error
- global
- Global runtimes
- metrics 🔒
- Runtime metrics
- repeated_
task 🔒 - runtime
- runtime_
default - runtime_
throttleable
Structs§
- Join
Error - Task failed to execute to completion.
- Join
Handle - An owned permission to join on a task (await its termination).
- Repeated
Task
Traits§
- Task
Function - Task to execute repeatedly.