Log

util/async.lua @ 13270:14bbfb2cc8dd default tip

description author age
util: Prefix module imports with prosody namespace Kim Alvefur Fri, 17 Mar 2023 16:23:16 +0100
util.async: Optionally allow too many 'done' callbacks Kim Alvefur Tue, 22 Feb 2022 14:17:10 +0100
util.async: Add next-tick configuration Matthew Wild Mon, 29 Nov 2021 14:14:30 +0000
util.async: Add sleep() method with configurable scheduling backend Matthew Wild Mon, 29 Nov 2021 14:11:24 +0000
util.async: Don't attempt to close thread if not created yet Matthew Wild Sun, 14 Jun 2020 09:40:08 +0100
util.async: Call coroutine.close() on dead threads (Lua 5.4) Matthew Wild Sun, 14 Jun 2020 08:49:32 +0100
util.async: Rename wait -> wait_for (w/compat) Matthew Wild Sat, 13 Jun 2020 08:01:57 +0100
util.async: Add function for waiting on promises and unpacking the results Kim Alvefur Sun, 29 Sep 2019 18:42:35 +0200
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall Matthew Wild Fri, 26 Oct 2018 19:32:00 +0100
util.async: Remove sleep function Kim Alvefur Sun, 12 Aug 2018 23:52:39 +0200
util.{async,timer}: Move sleep() to reduce dependencies of util.timer Kim Alvefur Sun, 08 Jul 2018 00:37:01 +0200
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this) Matthew Wild Fri, 06 Jul 2018 15:33:46 +0100
util.async: Copy hooks from main thread into coroutines Matthew Wild Mon, 25 Jun 2018 13:53:17 +0100
util.async: Move runner id into log tag Kim Alvefur Fri, 04 May 2018 00:10:17 +0200
util.async: Add helper methods for setting watchers Matthew Wild Mon, 30 Apr 2018 12:53:53 +0100