Crate ckb_async_runtime
source ·Expand description
Utilities for tokio runtime.
Re-exports§
- pub use tokio;
Structs§
- Handle to the runtime.
- The Tokio runtime.
Functions§
- Create new threaded_scheduler tokio Runtime, returnHandleand background thread join handle, NOTICE: This is only used in testing
- Create new threaded_scheduler tokio Runtime, returnRuntime