Searched defs:SetCurrentGuard (Results 1 – 1 of 1) sorted by relevance
11 pub(crate) struct SetCurrentGuard { struct33 pub(crate) fn try_set_current(handle: &scheduler::Handle) -> Option<SetCurrentGuard> { in try_set_current()49 pub(super) fn set_current(&self, handle: &scheduler::Handle) -> SetCurrentGuard { in set_current()75 impl Drop for SetCurrentGuard { implementation