Log

util/async.lua @ 10171:628e238feb04

description author age
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
util.timer: Move sleep() here from util.async Kim Alvefur Fri, 23 Mar 2018 21:18:15 +0100
util.async: Remove last trace of async.once [luacheck] Kim Alvefur Fri, 23 Mar 2018 20:57:34 +0100
util.async: Remove async.once(), can now be replaced by runner():run(func) Matthew Wild Fri, 23 Mar 2018 14:22:01 +0000
util.async: Make parameters to async.runner() optional Matthew Wild Fri, 23 Mar 2018 14:02:33 +0000
util.async: Use wrapper for once runner (thanks luacheck) Kim Alvefur Thu, 22 Mar 2018 23:15:04 +0100
util.async: Allow nil as a guard key Matthew Wild Thu, 22 Mar 2018 16:26:09 +0000
util.async: Add sleep() method Matthew Wild Thu, 22 Mar 2018 13:02:00 +0000
util.async: Add once() to create temporary runners Matthew Wild Thu, 22 Mar 2018 07:56:01 +0000