util/async.lua
Tue, 21 Nov 2023 22:18:17 +0100 Kim Alvefur util.async: Clip long line [luacheck]
Tue, 21 Nov 2023 18:14:51 +0000 Matthew Wild util.async: Expose default runner function
Tue, 21 Nov 2023 18:13:42 +0000 Matthew Wild util.async: Record current work item in the runner object
Tue, 21 Nov 2023 18:12:49 +0000 Matthew Wild util.async: Improve debug logging in a few places
Tue, 21 Nov 2023 18:11:40 +0000 Matthew Wild util.async: Export a table of currently-waiting runners
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
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)
Sun, 29 Sep 2019 18:42:35 +0200 Kim Alvefur util.async: Add function for waiting on promises and unpacking the results
Fri, 26 Oct 2018 19:32:00 +0100 Matthew Wild Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
Sun, 12 Aug 2018 23:52:39 +0200 Kim Alvefur util.async: Remove sleep function
Sun, 08 Jul 2018 00:37:01 +0200 Kim Alvefur util.{async,timer}: Move sleep() to reduce dependencies of util.timer
Fri, 06 Jul 2018 15:33:46 +0100 Matthew Wild MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
Mon, 25 Jun 2018 13:53:17 +0100 Matthew Wild util.async: Copy hooks from main thread into coroutines
Fri, 04 May 2018 00:10:17 +0200 Kim Alvefur util.async: Move runner id into log tag
Mon, 30 Apr 2018 12:53:53 +0100 Matthew Wild util.async: Add helper methods for setting watchers
Fri, 23 Mar 2018 21:18:15 +0100 Kim Alvefur util.timer: Move sleep() here from util.async
Fri, 23 Mar 2018 20:57:34 +0100 Kim Alvefur util.async: Remove last trace of async.once [luacheck]
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 16:26:09 +0000 Matthew Wild util.async: Allow nil as a guard key
Thu, 22 Mar 2018 13:02:00 +0000 Matthew Wild util.async: Add sleep() method
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 11:51:40 +0000 Matthew Wild util.async: Bump log warnings to error level
less more (0) -50 -30 tip