Module task

Source
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§

BlockingFuture
The type of a future awaiting another thread.
Error
The type of errors that can result from awaiting a task to completion.
NonBlockingFuture
The type of a future awaiting another task.