File

plugins/mod_windows.lua @ 9475:9b26a50cdfe3

util.poll: Early return from __gc in case of no valid epoll FD This could happen if the epoll FD has already been closed or the epoll_create call failed
author Kim Alvefur <zash@zash.se>
date Thu, 11 Oct 2018 18:50:04 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here