Expand description
Abstractions over tasks that can be used natively or on the Web.
Functions§
- spawn
- Spawns a new task, potentially on the current thread.
- spawn_
blocking - Spawns a blocking task on a new thread.
Type Aliases§
- Blocking
Future - The type of a future awaiting another thread.
- Error
- The type of errors that can result from awaiting a task to completion.
- NonBlocking
Future - The type of a future awaiting another task.