Crate simple_spawn_blocking

Crate simple_spawn_blocking 

Source
Expand description

A simple crate that makes it more ergonomic to spawn blocking tasks and await their completion.

Structsยง

Cancelled
A marker type that is used to signal that a task was cancelled.