class Async::Clock

def self.start

def self.start
	self.new.tap(&:start!)
end