Struct sema::Semaphore [] [src]

pub struct Semaphore { /* fields omitted */ }

Methods

impl Semaphore
[src]

Trait Implementations

impl Send for Semaphore
[src]

impl Sync for Semaphore
[src]

impl Drop for Semaphore
[src]

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