Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dsemaphore_inner.rs33 pub(crate) struct SemaphoreInner { struct
39 semaphore: &'a SemaphoreInner, argument
69 impl SemaphoreInner { impl
70 pub(crate) fn new(permits: usize) -> Result<SemaphoreInner, SemaphoreError> { in new()
220 impl Debug for SemaphoreInner { implementation