module LightIO::Module::ThreadsWait::ClassMethods

Public Instance Methods

all_waits(*threads, &blk) click to toggle source
# File lib/lightio/module/threads_wait.rb, line 8
def all_waits(*threads, &blk)
  LightIO::Library::ThreadsWait.new(*threads).all_waits(&blk)
end