class Async::Clock

def self.start

@returns [Clock]
Start measuring elapsed time from now.
def self.start
	self.new.tap(&:start!)
end