class IO::Event::Timers

def now

def now
	::Process.clock_gettime(::Process::CLOCK_MONOTONIC)
end