[][src]Type Definition yaar_lock::future::RawSemaphoreReleaser

type RawSemaphoreReleaser<'a, ThreadEvent> = GenericSemaphoreReleaser<'a, WordLock<ThreadEvent>>;

An RAII guard returned by the acquire and try_acquire methods of RawSemaphore.