Module tasks

Source
Expand description

Tools for async task management.

Structs§

JoinHandle
A handle to join or abort a spawned task.

Functions§

spawn
Spawns an asynchronous task that will run in the background.