@!visibility private
# File lib/concurrent/edge/future.rb, line 1221 def initialize(event1, event2, default_executor) super Event.new(self, default_executor), [event1, event2], 2 end
# File lib/concurrent/edge/future.rb, line 1225 def on_completable(done_future) complete_with Event::COMPLETED end