class Concurrent::Promise

def root? # :nodoc:

Experimental RBS support (using type sampling data from the type_fusion project).

def root?: () -> untyped

This signature was generated using 1 sample from 1 application.

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