Module inject

Source
Expand description

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

Modulesยง

metrics ๐Ÿ”’
pop ๐Ÿ”’
rt_multi_thread ๐Ÿ”’
shared ๐Ÿ”’
synced ๐Ÿ”’

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.