pub fn current_may_uninit() -> Option<CurrentTask>
Available on crate feature
multitask
only.Expand description
Gets the current task, or returns None
if the current task is not
initialized.
pub fn current_may_uninit() -> Option<CurrentTask>
multitask
only.Gets the current task, or returns None
if the current task is not
initialized.