File

plugins/mod_windows.lua @ 9512:439cf3bbe5f3

util.promise: Also support automatic resolution by returning a promise from an on_reject handler Originally unimplemented because it wasn't clear to me what the correct behaviour was, but the A+ spec is clear that both onFulfilled and onRejected may return a promise.
author Matthew Wild <mwild1@gmail.com>
date Thu, 18 Oct 2018 12:11:50 +0100
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here