module Concurrent

def monotonic_time

Returns:
  • (Float) - The current monotonic time since some unspecified
def monotonic_time
  GLOBAL_MONOTONIC_CLOCK.get_time
end