pub unsafe extern "C" fn task_get_current() -> task_t
Expand description

Get the currently running task handle. This could be useful if a task wants to tell another task about itself.

\return The currently running task handle.