pub fn system_unbound() -> &'static Queue
Expand description

Returns the system unbound work queue (system_unbound_wq).

Workers are not bound to any specific CPU, not concurrency managed, and all queued work items are executed immediately as long as max_active limit is not reached and resources are available.