Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/park/
Dthread.rs225 pub(crate) struct CachedParkThread { struct
229 impl CachedParkThread { implementation
272 impl Park for CachedParkThread { implementation