Software /
code /
prosody
Log
util/async.lua @ 8609:9f6ab206d741
description | author | age |
---|---|---|
util.async: Ensure runner is left in correct state after out-of-main-loop error (+tests) | Matthew Wild | Fri, 16 Mar 2018 22:26:15 +0000 |
util.async: Log the non-error state as well when there is an error being processed | Matthew Wild | Fri, 16 Mar 2018 17:13:20 +0000 |
util.async: Bugfix, don't continue main loop while there is a pending error | Matthew Wild | Fri, 16 Mar 2018 17:12:36 +0000 |
util.async: Fix order of statements so queue count makes more sense | Matthew Wild | Fri, 16 Mar 2018 17:12:09 +0000 |
util.async: Log warning when unexpected state is reached | Matthew Wild | Fri, 16 Mar 2018 17:11:23 +0000 |
util.async: Add per-runner ids and add runner:log() method | Matthew Wild | Fri, 16 Mar 2018 14:59:41 +0000 |
util.async: Fix thread check to work correctly in Lua 5.2 | Kim Alvefur | Tue, 21 Nov 2017 21:48:43 +0100 |
util.async: Factor out thread check into a function | Kim Alvefur | Tue, 21 Nov 2017 21:48:14 +0100 |