Struct promiser::latch::Latch [] [src]

pub struct Latch { /* fields omitted */ }

Methods

impl Latch
[src]

close latch

is latch closed?

reopens latch, if necessary; do not use for stateful checks

Trait Implementations

impl Clone for Latch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more