Module task

Module task 

Source

Modules§

task
Asynchronous green-threads.

Macros§

task_local
Declares a new task-local key of type tokio::task::LocalKey.

Structs§

JoinError
Task failed to execute to completion.
JoinHandle
An owned permission to join on a task (await its termination).

Functions§

spawn
Spawns a new asynchronous task, returning a JoinHandle for it.