macro_rules! spawn_work_item {
    ($queue:expr, $func:expr) => { ... };
}
Expand description

Spawns a new work item to run in the work queue.

It also automatically defines a new lockdep lock class for the work item.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.