Module madsim::task[][src]

Expand description

Asynchronous tasks executor.

Structs

A spawned task.

Functions

Spawns a new asynchronous task, returning a Task for it.

Spawns a !Send future on the local task set.