Concurrent::Promises::InnerPromise
will be immediately resolved
# File lib/concurrent/promises.rb, line 1542 def initialize(default_executor) super Event.new(self, default_executor).resolve_with(RESOLVED) end