Module spawn

Module spawn 

Source
Expand description

Utilities for spawning tasks.

Structs§

BackgroundShutdownRuntime
A wrapper around Runtime that shuts down the runtime in the background when dropped.
SpawnHandle
A wrapper for JoinHandle.

Enums§

Spawner
A wrapper around a dedicated tokio runtime or handle to spawn tasks.