@!visibility private
# File lib/concurrent/edge/future.rb, line 1323 def initialize(blocked_by_futures, default_executor) super(Event.new(self, default_executor), blocked_by_futures, blocked_by_futures.size) on_completable nil if blocked_by_futures.empty? end
# File lib/concurrent/edge/future.rb, line 1329 def on_completable(done_future) complete_with Event::COMPLETED end