Sha256: 26502fd40bd99d1090e53405773d2a4898c423bc7c841094fcdf7f35162638fe

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

require 'thwait'

module LightIO::Module
  module ThreadsWait
    include LightIO::Module::Base

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lightio-0.4.4 lib/lightio/module/threads_wait.rb
lightio-0.4.3 lib/lightio/module/threads_wait.rb
lightio-0.4.2 lib/lightio/module/threads_wait.rb
lightio-0.4.1 lib/lightio/module/threads_wait.rb
lightio-0.4.0 lib/lightio/module/threads_wait.rb
lightio-0.4.0.pre lib/lightio/module/threads_wait.rb