class Concurrent::Promises::InternalStates::ResolvedWithResult

def result

def result
  [fulfilled?, value, reason]
end