Struct tokio::sync::SemaphorePermit [−][src]
pub struct SemaphorePermit<'a> { /* fields omitted */ }
Expand description
A permit from the semaphore.
This type is created by the acquire
method.
pub struct SemaphorePermit<'a> { /* fields omitted */ }
A permit from the semaphore.
This type is created by the acquire
method.