net.server_epoll: Expose way to turn monotonic time into wall clock time

This commit is contained in:
Kim Alvefur 2020-06-30 02:31:29 +02:00
parent 64614cb420
commit 8ac1c4193c

View file

@ -904,6 +904,9 @@ return {
add_task = addtimer;
stop = closetimer;
reschedule = reschedule;
to_absolute_time = function (t)
return t-monotonic()+realtime();
end;
};
listen = listen;
loop = loop;