Log

util/async.lua @ 8380:a597ff326758

description author age
util.async: Fix documentation URL Waqas Hussain 2017-09-15
util.async: Add annotation to ignore warning [luacheck] Kim Alvefur 2016-11-19
util.async: Rename variable to avoid name clash [luacheck] Kim Alvefur 2016-11-19
util.async: Add some more comments for clarity Matthew Wild 2016-05-22
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot 2016-04-16
util.async: Make guarder() local Matthew Wild 2013-08-13
util.async: Add guarder method, to create guards to ensure only a single runner can pass through a section of code at a time Matthew Wild 2013-08-13
util.async: Fix logic bug that prevented error watcher being called for runners Matthew Wild 2013-08-13
util.async: waiter: Throw error if done() called too many times Kim Alvefur 2013-08-12
util.async: waiter: Remove restriction about wait() being called before done() Matthew Wild 2013-08-12
util.async: runner: Fix check for new state to recognise transition to 'waiting' Matthew Wild 2013-08-12
util.async: Make functions local Matthew Wild 2013-08-12
util.async: New library to provide support around coroutine-based non-blocking functions Matthew Wild 2013-08-11