class IO::Event::Timers

def now

@returns [Float] The current time.
def now
	::Process.clock_gettime(::Process::CLOCK_MONOTONIC)
end