Method: Async::Clock#start!

Defined in:
lib/async/clock.rb

#start!Object

Start measuring a duration.


40
41
42
# File 'lib/async/clock.rb', line 40

def start!
	@started ||= Clock.now
end