@!visibility private
# File lib/concurrent/edge/future.rb, line 1232 def initialize(future, event, default_executor) super Future.new(self, default_executor), [future, event], 2 @FutureResult = future end
# File lib/concurrent/edge/future.rb, line 1237 def on_completable(done_future) complete_with @FutureResult.internal_state end