Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/context/
Dcurrent.rs22 pub(super) struct HandleCell { struct
24 handle: RefCell<Option<scheduler::Handle>>,
27 depth: Cell<usize>,
66 impl HandleCell { implementation