Skip to main content

Module task

Module task 

Source
Expand description

Owned tasks selected for deterministic simulation.

Structs§

JoinHandle
An owned permission to join on a task (await its termination).

Functions§

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