Software /
code /
prosody
Log
util/async.lua @ 7245:210d8329dc70
description | author | age |
---|---|---|
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 |