Crate ckb_async_runtime

Source
Expand description

Utilities for tokio runtime.

Re-exports§

pub use tokio;

Structs§

Handle
Handle to the runtime.
Runtime
The Tokio runtime.

Functions§

new_background_runtime
Create new threaded_scheduler tokio Runtime, return Handle and background thread join handle, NOTICE: This is only used in testing
new_global_runtime
Create new threaded_scheduler tokio Runtime, return Runtime