class Async::Children

def transients?

@returns [Boolean] Whether the node has transient children.
Some children may be marked as transient. Transient children do not prevent the parent from finishing.
def transients?
	@transient_count > 0
end