File

plugins/mod_windows.lua @ 13333:fa4143163e01

util.async: Expose default runner function This is purely for informational purposes, so it's possible to determine externally whether a runner is using the default runner function (which executes functions as work items) or a custom runner function.
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Nov 2023 18:14:51 +0000
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here