class Concurrent::Promise

def root? # :nodoc:

:nodoc:
@!visibility private
def root? # :nodoc:
  @parent.nil?
end