For the latest stable version, please use Emilua API 0.10! |
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).
For the latest stable version, please use Emilua API 0.10! |
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