File

plugins/mod_unknown.lua @ 9177:83e7ad5818d3

util.async: Remove sleep function Dependency on util.timer indirectly caused net.server to be initialized before the config was read, so server_select was always chosen.
author Kim Alvefur <zash@zash.se>
date Sun, 12 Aug 2018 23:52:39 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform