class Async::Node

def add_child child

def add_child child
 ||= Children.new
.insert(child)
_parent(self)