tokio::runtime::scheduler

Module inject

Source
Expand description

Inject queue used to send wakeups to a work-stealing scheduler

Modules§

Structs§

  • Inject 🔒
    Growable, MPMC queue used to inject new tasks into the scheduler and as an overflow queue when the local, fixed-size, array queue overflows.