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