class Concurrent::Edge::ImmediateEventPromise
will be immediately completed @!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 1147 def initialize(default_executor) super Event.new(self, default_executor).complete_with(Event::COMPLETED) end