Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs264 pub(crate) struct WrappedSemaphore { struct
265 sem: Arc<Semaphore>,
268 impl WrappedSemaphore { impl
294 impl Clone for WrappedSemaphore { implementation