class Concurrent::Edge::CompletableEventPromise

@!visibility private

Public Class Methods

new(default_executor) click to toggle source
Calls superclass method Concurrent::Edge::AbstractPromise.new
# File lib/concurrent/edge/future.rb, line 959
def initialize(default_executor)
  super CompletableEvent.new(self, default_executor)
end