class Async::Container::Statistics

def spawn!

Increment the number of spawns by 1.
def spawn!
	@spawns += 1
end