Crate agnostic

source ·
Expand description

Agnostic is a trait for users who want to write async runtime-agnostic crate.

Modules§

Structs§

  • A waitable spawner, when spawning, a wait group is incremented, and when the spawned task is finished, the wait group is decremented.

Traits§