Macro kernel::prelude::current

source ·
macro_rules! current {
    () => { ... };
}
Expand description

Returns the currently running task.

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