Software /
code /
prosody
Log
util/promise.lua @ 11210:75636bf13bf0 0.11
description | author | age |
---|---|---|
util.promise: Use xpcall() for promise function to preserve tracebacks 0.11 | Matthew Wild | Mon, 23 Nov 2020 20:38:51 +0000 |
util.promise: Add all_settled, which follows semantics of allSettled from ES2020 | Matthew Wild | Mon, 08 Jun 2020 14:01:02 +0100 |
util.promise: Remove references to callbacks after settling promise | Kim Alvefur | Sun, 30 Dec 2018 03:24:54 +0100 |
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall | Matthew Wild | Fri, 26 Oct 2018 19:32:00 +0100 |