Function pros_sys::rtos::task_get_current
source · pub unsafe extern "C" fn task_get_current() -> task_tExpand 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.