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

Returns the system work queue (system_wq).

It is the one used by schedule[_delayed]_work[_on](). Multi-CPU multi-threaded. There are users which expect relatively short queue flush time.

Callers shouldn’t queue work items which can run for too long.