Expand description
Utilities for tokio runtime.
Re-exports§
- pub use tokio;
Structs§
Functions§
- new_background_ runtime 
- Create new threaded_scheduler tokio Runtime, return Handleand background thread join handle, NOTICE: This is only used in testing
- new_global_ runtime 
- Create new threaded_scheduler tokio Runtime, return Runtime