Home
last modified time | relevance | path

Searched defs:SetCurrentGuard (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/context/
Dcurrent.rs11 pub(crate) struct SetCurrentGuard { struct
33 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