Searched defs:CountLatch (Results 1 – 1 of 1) sorted by relevance
288 pub(super) struct CountLatch { struct293 impl CountLatch { implementation300 pub(super) fn with_count(n: usize) -> CountLatch { in with_count()341 impl AsCoreLatch for CountLatch { implementation