Methods

Files

Class/Module Index [+]

Quicksearch

Concurrent::Channel

@api Channel @!macro edge_warning

Constants

Probe

Public Class Methods

select(*channels) click to toggle source
# File lib/concurrent/channel/channel.rb, line 11
def self.select(*channels)
  probe = Probe.new
  channels.each { |channel| channel.select(probe) }
  result = probe.value
  channels.each { |channel| channel.remove_probe(probe) }
  result
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.