class Async::Node

def reap(child)

Parameters:
  • child (Node) --
def reap(child)
	@children.delete(child)
end