class Async::Node

def root

@returns [Node] The root node in the hierarchy.
def root
	@parent&.root || self
end