Software /
code /
prosody
Log
util/promise.lua @ 10973:39991e40d1dc
description | author | age |
---|---|---|
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 |
util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers | Matthew Wild | 2018-10-25 |