Skip to main content

Module spawn

Module spawn 

Source
Expand description

Spawn-related types shared across platforms.

Task spawning is handled internally by SharedRuntime; this module only provides the executor-agnostic SpawnError type used in join handles.

Structsยง

SpawnError
Executor-agnostic error returned when a spawned task is aborted or panics.