Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/park/
Dthread.rs19 pub(crate) struct UnparkThread { struct
20 inner: Arc<Inner>,
211 impl Unpark for UnparkThread { implementation
240 pub(crate) fn get_unpark(&self) -> Result<UnparkThread, ParkError> { in get_unpark()
295 impl UnparkThread { implementation