aboutsummaryrefslogtreecommitdiffstats
path: root/util/async.lua
Commit message (Expand)AuthorAgeFilesLines
* util.async: Add annotation to ignore warning [luacheck]Kim Alvefur2016-11-191-1/+1
* util.async: Rename variable to avoid name clash [luacheck]Kim Alvefur2016-11-191-2/+2
* util.async: Add some more comments for clarityMatthew Wild2016-05-221-0/+15
* Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-2/+2
* util.async: Make guarder() localMatthew Wild2013-08-131-1/+1
* util.async: Add guarder method, to create guards to ensure only a single runn...Matthew Wild2013-08-131-1/+37
* util.async: Fix logic bug that prevented error watcher being called for runnersMatthew Wild2013-08-131-2/+6
* util.async: waiter: Throw error if done() called too many timesKim Alvefur2013-08-121-0/+2
* util.async: waiter: Remove restriction about wait() being called before done()Matthew Wild2013-08-121-4/+5
* util.async: runner: Fix check for new state to recognise transition to 'waiting'Matthew Wild2013-08-121-1/+1
* util.async: Make functions localMatthew Wild2013-08-121-2/+2
* util.async: New library to provide support around coroutine-based non-blockin...Matthew Wild2013-08-111-0/+115