class Concurrent::Promises::AbstractPromise

def initialize(future)

def initialize(future)
  super()
  @Future = future
end