Function ostd::task::current_task
source ยท pub fn current_task() -> Option<Arc<Task>>
Expand description
Retrieves the current task running on the processor.
pub fn current_task() -> Option<Arc<Task>>
Retrieves the current task running on the processor.