index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
async.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util.async: Bump log warnings to error level
Matthew Wild
2018-03-19
1
-2
/
+2
|
*
util.async: Split runner_continue into smaller functions for easier testing ↵
Matthew Wild
2018-03-18
1
-8
/
+29
|
|
|
|
and safety
*
util.async: Remove redundant line committed by mistake (Zash, luacheck)
Matthew Wild
2018-03-17
1
-1
/
+0
|
*
util.async: ensure change in e77b37de482e applies after out-of-loop resume also
Matthew Wild
2018-03-17
1
-2
/
+1
|
*
util.async: Behaviour change: continue to process queued items after errors
Matthew Wild
2018-03-17
1
-0
/
+3
|
*
util.async: Convert asserts to a return false (same as other unexpected ↵
Matthew Wild
2018-03-17
1
-2
/
+4
|
|
|
|
behaviour)
*
util.async: Add comment
Matthew Wild
2018-03-16
1
-0
/
+1
|
*
util.async: You can never have too many asserts!
Matthew Wild
2018-03-16
1
-0
/
+2
|
*
util.async: Ensure runner is left in correct state after out-of-main-loop ↵
Matthew Wild
2018-03-16
1
-1
/
+6
|
|
|
|
error (+tests)
*
util.async: Log the non-error state as well when there is an error being ↵
Matthew Wild
2018-03-16
1
-1
/
+1
|
|
|
|
processed
*
util.async: Bugfix, don't continue main loop while there is a pending error
Matthew Wild
2018-03-16
1
-1
/
+1
|
*
util.async: Fix order of statements so queue count makes more sense
Matthew Wild
2018-03-16
1
-1
/
+2
|
*
util.async: Log warning when unexpected state is reached
Matthew Wild
2018-03-16
1
-0
/
+1
|
*
util.async: Add per-runner ids and add runner:log() method
Matthew Wild
2018-03-16
1
-1
/
+10
|
*
util.async: Fix thread check to work correctly in Lua 5.2
Kim Alvefur
2017-11-21
1
-2
/
+2
|
|
|
|
|
coroutine.running() now returns the main thread and a boolean true if called from the main thread, as opposed to nil in 5.1
*
util.async: Factor out thread check into a function
Kim Alvefur
2017-11-21
1
-8
/
+10
|
*
util.async: Fix documentation URL
Waqas Hussain
2017-09-15
1
-2
/
+2
|
*
util.async: Add annotation to ignore warning [luacheck]
Kim Alvefur
2016-11-19
1
-1
/
+1
|
*
util.async: Rename variable to avoid name clash [luacheck]
Kim Alvefur
2016-11-19
1
-2
/
+2
|
*
util.async: Add some more comments for clarity
Matthew Wild
2016-05-22
1
-0
/
+15
|
*
Update every link to the documentation to use HTTPS
Emmanuel Gil Peyrot
2016-04-16
1
-2
/
+2
|
*
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 ↵
Matthew Wild
2013-08-13
1
-1
/
+37
|
|
|
|
runner can pass through a section of code at a time
*
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 ↵
Matthew Wild
2013-08-11
1
-0
/
+115
non-blocking functions