@api Channel @!macro edge_warning
# 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.