@!visibility private
# File lib/concurrent/edge/future.rb, line 1320 def initialize(blocked_by_futures, default_executor) blocked_by_futures.all? { |f| f.is_a? Future } or raise ArgumentError, 'accepts only Futures not Events' super(Future.new(self, default_executor), blocked_by_futures, blocked_by_futures.size) end
Generated with the Darkfish Rdoc Generator 2.