Log

util/async.lua @ 13165:9c13c11b199d

description author age
util: Prefix module imports with prosody namespace Kim Alvefur 22 months ago
util.async: Optionally allow too many 'done' callbacks Kim Alvefur 2022-02-22
util.async: Add next-tick configuration Matthew Wild 2021-11-29
util.async: Add sleep() method with configurable scheduling backend Matthew Wild 2021-11-29
util.async: Don't attempt to close thread if not created yet Matthew Wild 2020-06-14
util.async: Call coroutine.close() on dead threads (Lua 5.4) Matthew Wild 2020-06-14
util.async: Rename wait -> wait_for (w/compat) Matthew Wild 2020-06-13
util.async: Add function for waiting on promises and unpacking the results Kim Alvefur 2019-09-29
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall Matthew Wild 2018-10-26
util.async: Remove sleep function Kim Alvefur 2018-08-12
util.{async,timer}: Move sleep() to reduce dependencies of util.timer Kim Alvefur 2018-07-07
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this) Matthew Wild 2018-07-06
util.async: Copy hooks from main thread into coroutines Matthew Wild 2018-06-25
util.async: Move runner id into log tag Kim Alvefur 2018-05-03
util.async: Add helper methods for setting watchers Matthew Wild 2018-04-30