log util/async.lua @ 12848:ccb030d988ac

age author description
Tue, 22 Feb 2022 14:17:10 +0100 Kim Alvefur util.async: Optionally allow too many 'done' callbacks
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
Sun, 14 Jun 2020 09:40:08 +0100 Matthew Wild util.async: Don't attempt to close thread if not created yet
Sun, 14 Jun 2020 08:49:32 +0100 Matthew Wild util.async: Call coroutine.close() on dead threads (Lua 5.4)
Sat, 13 Jun 2020 08:01:57 +0100 Matthew Wild util.async: Rename wait -> wait_for (w/compat)