class Async::Container::Statistics

def restart!

Increment the number of restarts by 1.
def restart!
	@restarts += 1
end