class Async::Clock

def initialize(total = 0)

def initialize(total = 0)
	@total = total
	@started = nil
end