module Listen::MonotonicTime

Public Class Methods

now() click to toggle source
# File lib/listen/monotonic_time.rb, line 7
def now
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end