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ยง
- Spawn
Error - Executor-agnostic error returned when a spawned task is aborted or panics.