Expand description
Parking and unparking timely fibers.
Structs§
- Activate
OnDrop - A wrapper that unparks on drop.
- Activations
- Allocation-free activation tracker.
- Activator
- A capability to activate a specific path.
- Sync
Activation Error - The error returned when activation fails across thread boundaries because the receiving end has hung up.
- Sync
Activations - A thread-safe handle to an
Activations
. - Sync
Activator - A thread-safe version of
Activator
.
Traits§
- Scheduler
- Methods required to act as a timely scheduler.