class Async::Timeout

def now

@returns [Numeric] The current time in the scheduler, relative to the time of this timeout, in seconds.
def now
	@timers.now
end