class Async::Children

def nil?

Whether the children is empty, preserved for compatibility.
def nil?
	empty?
end