Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.async: Make guarder() local | Matthew Wild | 2013-08-13 | 1 | -1/+1 |
* | util.async: Add guarder method, to create guards to ensure only a single runn... | Matthew Wild | 2013-08-13 | 1 | -1/+37 |
* | util.async: Fix logic bug that prevented error watcher being called for runners | Matthew Wild | 2013-08-13 | 1 | -2/+6 |
* | util.async: waiter: Throw error if done() called too many times | Kim Alvefur | 2013-08-12 | 1 | -0/+2 |
* | util.async: waiter: Remove restriction about wait() being called before done() | Matthew Wild | 2013-08-12 | 1 | -4/+5 |
* | util.async: runner: Fix check for new state to recognise transition to 'waiting' | Matthew Wild | 2013-08-12 | 1 | -1/+1 |
* | util.async: Make functions local | Matthew Wild | 2013-08-12 | 1 | -2/+2 |
* | util.async: New library to provide support around coroutine-based non-blockin... | Matthew Wild | 2013-08-11 | 1 | -0/+115 |