libs/time.lua

Fri, 17 Mar 2023 09:25:24 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 17 Mar 2023 09:25:24 +0000
changeset 468
fae5ae0ddb84
parent 440
14071b3a46df
child 471
788d4d91ef6b
permissions
-rw-r--r--

pubsub: Fire event on item retraction notifications

-- 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;
}

mercurial