Struct chan::WaitGroup [] [src]

pub struct WaitGroup(_);

Methods

impl WaitGroup
[src]

fn new() -> WaitGroup

fn add(&self, delta: i32)

fn done(&self)

fn wait(&self)

Trait Implementations

impl Clone for WaitGroup
[src]

fn clone(&self) -> WaitGroup

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for WaitGroup
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.