Crate aramid

Source
Expand description

Synthetic fibers 🧵

Lightweight coroutines for cooperative multitasking.

Enums§

State
Fiber state.

Traits§

CoFn
Cofunction that takes an immutable receiver.
CoFnMut
Cofunction that takes a mutable receiver.
CoFnOnce
Cofunction that takes a by-value receiver.
Fiber
A coroutine-lending iterator.
FiberMut
A lending iterator producing coroutines that can mutate the iterator’s state.