class Async::Node

def root

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