spec/util_async_spec.lua
Mon, 29 Nov 2021 14:22:08 +0000 Matthew Wild util.async tests: Explicitly import match from luassert (luacheck)
Mon, 29 Nov 2021 14:14:30 +0000 Matthew Wild util.async: Add next-tick configuration
Mon, 29 Nov 2021 14:11:24 +0000 Matthew Wild util.async: Add sleep() method with configurable scheduling backend
Mon, 23 Dec 2019 21:33:10 +0100 Kim Alvefur tests: Silence [luacheck] warnings
Fri, 23 Mar 2018 14:22:01 +0000 Matthew Wild util.async: Remove async.once(), can now be replaced by runner():run(func)
Fri, 23 Mar 2018 14:02:33 +0000 Matthew Wild util.async: Make parameters to async.runner() optional
Thu, 22 Mar 2018 23:15:04 +0100 Kim Alvefur util.async: Use wrapper for once runner (thanks luacheck)
Thu, 22 Mar 2018 11:56:03 +0000 Matthew Wild util.async: tests: ensure async.once() propagates errors
Thu, 22 Mar 2018 07:56:01 +0000 Matthew Wild util.async: Add once() to create temporary runners
Thu, 22 Mar 2018 07:46:23 +0000 Matthew Wild util.async: Add ready() to check whether running in async context
Mon, 19 Mar 2018 16:40:40 +0000 Matthew Wild util.async: tests: more code re-use
Mon, 19 Mar 2018 16:31:53 +0000 Matthew Wild util.async: tests: luacheck-clean, fixes some actual issues
Mon, 19 Mar 2018 16:25:02 +0000 Matthew Wild util.async: tests: remove obsolete code and comments
Mon, 19 Mar 2018 16:24:42 +0000 Matthew Wild util.async: tests: slight modifications to allow more code reuse in tests
Sun, 18 Mar 2018 22:43:06 +0000 Matthew Wild util.async: Add some more tests for wait/done
Sat, 17 Mar 2018 18:23:39 +0000 Matthew Wild util.async: tests: Ensure done() can be called before wait()
Sat, 17 Mar 2018 18:12:31 +0000 Matthew Wild util.async: tests: Add helper function to create mock watcher callbacks
Sat, 17 Mar 2018 23:00:04 +0100 Kim Alvefur util.async: Trim trailing whitespace in tests [luacheck]
Sat, 17 Mar 2018 17:59:58 +0000 Matthew Wild util.async: tests: replace peeking at internal state with monitoring correct callback behaviour
Sat, 17 Mar 2018 17:29:13 +0000 Matthew Wild util.async: if debugging is enabled, use runner id in logs
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:47:07 +0000 Matthew Wild util.async: Yet more tests
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 22:19:33 +0000 Matthew Wild util.async: Add test to ensure waiters throw an error outside async contexts
Fri, 16 Mar 2018 17:50:16 +0000 Matthew Wild util.async: Add tests to specifically cover error handling
Fri, 16 Mar 2018 17:13:57 +0000 Matthew Wild util.async: Add tests
less more (0) tip