Module: LightIO::Module::ThreadsWait::ClassMethods

Included in:
Library::ThreadsWait
Defined in:
lib/lightio/module/threads_wait.rb

Instance Method Summary collapse

Instance Method Details

#all_waits(*threads, &blk) ⇒ Object



8
9
10
# File 'lib/lightio/module/threads_wait.rb', line 8

def all_waits(*threads, &blk)
  LightIO::Library::ThreadsWait.new(*threads).all_waits(&blk)
end