log spec/util_async_spec.lua @ 8618:680b1caa2dea

age author description
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