time.steady_clock
local clock = require('time').steady_clock
local timepoint = clock.now()
A monotonic clock (i.e. its time points cannot decrease as physical time moves forward).
local clock = require('time').steady_clock
local timepoint = clock.now()
A monotonic clock (i.e. its time points cannot decrease as physical time moves forward).
time_point
functions