Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dbroadcast.rs388 struct RecvGuard<'a, T> { struct
389 slot: RwLockReadGuard<'a, Slot<T>>,
1484 impl<'a, T> RecvGuard<'a, T> { impl
1493 impl<'a, T> Drop for RecvGuard<'a, T> { implementation