class Syn::WaitGroup

Defined in:

wait_group.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(counter : Int32 = 0) #

[View source]

Instance Method Detail

def add(count : Int) : Nil #

[View source]
def done : Nil #

[View source]
def wait(timeout : Time::Span) : Bool #

EXPERIMENTAL The timeout feature is experimental.


[View source]
def wait : Nil #

[View source]