Struct bitflags::__core::sync::SemaphoreGuard [] [src]

pub struct SemaphoreGuard<'a> {
    // some fields omitted
}
Deprecated since 1.7.0

: easily confused with system semaphores and not used enough to pull its weight

An RAII guard which will release a resource acquired from a semaphore when dropped.

Trait Implementations

impl<'a> Drop for SemaphoreGuard<'a>1.0.0

fn drop(&mut self)