Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/task/
Dlocal.rs361 pub struct LocalEnterGuard(Option<Rc<Context>>); struct
363 impl Drop for LocalEnterGuard { implementation
371 impl fmt::Debug for LocalEnterGuard { implementation
408 pub fn enter(&self) -> LocalEnterGuard { in enter()