Module timely::scheduling::activate[][src]

Parking and unparking timely fibers.

Structs

ActivateOnDrop

A wrapper that unparks on drop.

Activations

Allocation-free activation tracker.

Activator

A capability to activate a specific path.

SyncActivationError

The error returned when activation fails across thread boundaries because the receiving end has hung up.

SyncActivations

A thread-safe handle to an Activations.

SyncActivator

A thread-safe version of Activator.

Traits

Scheduler

Methods required to act as a timely scheduler.