Structs§
Statics§
Functions§
- assign_
main_ runtime - available_
parallelism - get_
main_ runtime - get_
named_ runtime - rt_
spawn - Schedule func to run in the main runtime pool, which is named “localset” for legacy reasons.
- set_
localset_ threads - spawn
- Spawn a future as a task with a name. The task is spawned into the current tokio runtime.
- spawn_
blocking - Run a blocking function in the worker thread pool associated with the current tokio runtime.
- spawn_
blocking_ on - Run a blocking function in the worker thread pool associated with the provided tokio runtime.