log spec/util_async_spec.lua @ 14229:ce31fdde0ad1 default tip

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