log util/async.lua @ 8625:08bf4df6fdb7

age author description
Sat, 17 Mar 2018 22:03:08 +0000 Matthew Wild util.async: Remove redundant line committed by mistake (Zash, luacheck)
Sat, 17 Mar 2018 17:28:07 +0000 Matthew Wild util.async: ensure change in e77b37de482e applies after out-of-loop resume also
Sat, 17 Mar 2018 14:54:48 +0000 Matthew Wild util.async: Behaviour change: continue to process queued items after errors
Sat, 17 Mar 2018 11:46:21 +0000 Matthew Wild util.async: Convert asserts to a return false (same as other unexpected behaviour)
Fri, 16 Mar 2018 22:31:12 +0000 Matthew Wild util.async: Add comment
Fri, 16 Mar 2018 22:30:25 +0000 Matthew Wild util.async: You can never have too many asserts!
Fri, 16 Mar 2018 22:26:15 +0000 Matthew Wild util.async: Ensure runner is left in correct state after out-of-main-loop error (+tests)
Fri, 16 Mar 2018 17:13:20 +0000 Matthew Wild util.async: Log the non-error state as well when there is an error being processed
Fri, 16 Mar 2018 17:12:36 +0000 Matthew Wild util.async: Bugfix, don't continue main loop while there is a pending error
Fri, 16 Mar 2018 17:12:09 +0000 Matthew Wild util.async: Fix order of statements so queue count makes more sense
Fri, 16 Mar 2018 17:11:23 +0000 Matthew Wild util.async: Log warning when unexpected state is reached
Fri, 16 Mar 2018 14:59:41 +0000 Matthew Wild util.async: Add per-runner ids and add runner:log() method
Tue, 21 Nov 2017 21:48:43 +0100 Kim Alvefur util.async: Fix thread check to work correctly in Lua 5.2
Tue, 21 Nov 2017 21:48:14 +0100 Kim Alvefur util.async: Factor out thread check into a function
Fri, 15 Sep 2017 17:17:07 -0400 Waqas Hussain util.async: Fix documentation URL
Sat, 19 Nov 2016 01:11:28 +0100 Kim Alvefur util.async: Add annotation to ignore warning [luacheck]
Sat, 19 Nov 2016 01:11:53 +0100 Kim Alvefur util.async: Rename variable to avoid name clash [luacheck]
Sun, 22 May 2016 20:06:12 +0100 Matthew Wild util.async: Add some more comments for clarity
Sat, 16 Apr 2016 21:08:05 +0100 Emmanuel Gil Peyrot Update every link to the documentation to use HTTPS
Tue, 13 Aug 2013 23:38:50 +0100 Matthew Wild util.async: Make guarder() local
Tue, 13 Aug 2013 21:26:53 +0100 Matthew Wild util.async: Add guarder method, to create guards to ensure only a single runner can pass through a section of code at a time
Tue, 13 Aug 2013 19:23:00 +0100 Matthew Wild util.async: Fix logic bug that prevented error watcher being called for runners
Mon, 12 Aug 2013 13:22:27 +0200 Kim Alvefur util.async: waiter: Throw error if done() called too many times
Mon, 12 Aug 2013 12:08:51 +0100 Matthew Wild util.async: waiter: Remove restriction about wait() being called before done()
Mon, 12 Aug 2013 11:50:27 +0100 Matthew Wild util.async: runner: Fix check for new state to recognise transition to 'waiting'
Mon, 12 Aug 2013 10:27:08 +0100 Matthew Wild util.async: Make functions local
Sun, 11 Aug 2013 14:46:07 +0100 Matthew Wild util.async: New library to provide support around coroutine-based non-blocking functions