Function axtask::current_may_uninit
source · 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.