Structs§
Statics§
Functions§
- Schedule func to run in the main runtime pool, which is named “localset” for legacy reasons.
- Spawn a future as a task with a name. The task is spawned into the current tokio runtime.
- Run a blocking function in the worker thread pool associated with the current tokio runtime.
- Run a blocking function in the worker thread pool associated with the provided tokio runtime.