pub struct SemaphoreReleaser<'a, S: Semaphore> { /* private fields */ }
Expand description
A representation of a number of acquired permits.
The acquired permits will be released back to the Semaphore
when this is dropped.
pub struct SemaphoreReleaser<'a, S: Semaphore> { /* private fields */ }
A representation of a number of acquired permits.
The acquired permits will be released back to the Semaphore
when this is dropped.