class Async::Children

def initialize

Create an empty list of children tasks.
def initialize
	super
	@transient_count = 0
end