File

util/time.lua @ 8473:f024cb5acc25

util_throttle_spec: Fix minor typo in test title
author Waqas Hussain <waqas20@gmail.com>
date Thu, 21 Dec 2017 12:22:46 -0500
parent 7461:72e48bddf617
line wrap: on
line source

-- Import gettime() from LuaSocket, as a way to access high-resolution time
-- in a platform-independent way

local socket_gettime = require "socket".gettime;

return {
	now = socket_gettime;
}