Module tokio::runtime::scheduler::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.