@!visibility private
# File lib/concurrent/edge/future.rb, line 1230 def initialize(blocked_by_futures, default_executor) klass = Event blocked_by_futures.each do |f| if f.is_a?(Future) if klass == Event klass = Future break end end end # noinspection RubyArgCount super(klass.new(self, default_executor), blocked_by_futures, blocked_by_futures.size) if blocked_by_futures.empty? on_completable nil end end
Generated with the Darkfish Rdoc Generator 2.