Software /
code /
prosody
Log
util/promise.lua @ 11712:d117b92fd8e4 0.11 0.11.10
description | author | age |
---|---|---|
util.promise: Use xpcall() for promise function to preserve tracebacks 0.11 | Matthew Wild | 2020-11-23 |
util.promise: Add all_settled, which follows semantics of allSettled from ES2020 | Matthew Wild | 2020-06-08 |
util.promise: Remove references to callbacks after settling promise | Kim Alvefur | 2018-12-30 |
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall | Matthew Wild | 2018-10-26 |
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions | Matthew Wild | 2018-10-26 |
util.promise: Remove the non-standard ability to pass a promise to reject() | Matthew Wild | 2018-10-26 |
util.promise: Fix missing parameters | Matthew Wild | 2018-10-25 |