Struct synchronoise::CountdownGuard [] [src]

pub struct CountdownGuard<'a> { /* fields omitted */ }

An opaque guard struct that decrements the count of a borrowed CountdownEvent on drop.

Trait Implementations

impl<'a> Drop for CountdownGuard<'a>
[src]

A method called when the value goes out of scope. Read more