class Async::Container::Statistics

def initialize

Initialize the statistics all to 0.
def initialize
	@spawns = 0
	@restarts = 0
	@failures = 0
end