class Async::Node

def reap(child)

def reap(child)
	@children.delete(child)
end