Structs§
- Join
Handle - A handle that awaits the result of a task.
Functions§
- run
- run future and wait forever this is typically used in the server
- run_
block_ on - Spawns a task and blocks the current thread on its result.
- spawn
- Spawns a task.
- spawn_
blocking - Spawns a blocking task.
- spawn_
local - Spawns a task onto the thread-local executor.