Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/sync/
Dsemaphore.rs93 pub struct SemaphorePermit<'a> { struct
105 pub struct OwnedSemaphorePermit { argument
118 check_unpin::<SemaphorePermit<'_>>(); in bounds() argument
623 impl<'a> SemaphorePermit<'a> { implementation
679 impl Drop for SemaphorePermit<'_> { implementation