Comparison

plugins/mod_component.lua @ 12828:f33887f925e1

net.server_epoll: Remove delay on last main loop iteration when quitting Main difference is that timers are not checked unconditionally before each poll, only when running out of previous poll results (hidden by util.poll). This removes a final poll at shutdown that usually delays the 'not quitting' condition check by one second.
author Kim Alvefur <zash@zash.se>
date Fri, 06 Jan 2023 04:38:39 +0100
parent 12686:5f182bccf33f
child 12977:74b9e05af71e
comparison
equal deleted inserted replaced
12827:0605d4f03e25 12828:f33887f925e1