[−][src]Module timely::scheduling
Types and traits to activate and schedule fibers.
Re-exports
pub use self::activate::Activations; |
pub use self::activate::Activator; |
pub use self::activate::ActivateOnDrop; |
pub use self::activate::SyncActivator; |
Modules
| activate | Parking and unparking timely fibers. |
Traits
| Schedule | A type that can be scheduled. |
| Scheduler | Methods for types which schedule fibers. |