File

teal-src/util/time.d.tl @ 11492:6da8d9cb355d

MUC: Report number of live rooms to statsmanager Should help inform on whether the cache size should be increased.
author Kim Alvefur <zash@zash.se>
date Sun, 28 Mar 2021 13:22:35 +0200
parent 11432:113f3912c7cb
line wrap: on
line source


local record lib
	now : function () : number
	monotonic : function () : number
end
return lib