Matthew Wild
|
9e0186b0ed
|
util.promise: Add all_settled, which follows semantics of allSettled from ES2020
|
2020-06-08 14:01:02 +01:00 |
|
Matthew Wild
|
843104372c
|
util.promise: Add some additional tests to cover callback return values
|
2019-09-30 08:22:30 +01:00 |
|
Matthew Wild
|
37bedc7314
|
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise
|
2018-10-26 09:23:00 +01:00 |
|
Matthew Wild
|
201dbb74cc
|
util.promise tests: Fix declared but unused variables
|
2018-10-25 15:33:46 +01:00 |
|
Matthew Wild
|
e6ff6e333c
|
util.promise: Fix missing parameters
|
2018-10-25 15:24:52 +01:00 |
|
Matthew Wild
|
b74a643e34
|
util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers
|
2018-10-25 14:38:00 +01:00 |
|
Matthew Wild
|
05b4064188
|
util.promise: Add promise.try()
|
2018-10-18 18:03:31 +01:00 |
|
Matthew Wild
|
681b25e427
|
util.promise: Add promise:finally()
|
2018-10-18 12:13:17 +01:00 |
|
Matthew Wild
|
0d3fa64b96
|
util.promise: Add additional test for promise.reject()
|
2018-10-18 12:04:14 +01:00 |
|
Matthew Wild
|
ef7d6ba99e
|
util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it
|
2018-10-18 12:03:33 +01:00 |
|
Matthew Wild
|
bdc5ef569d
|
util.promise tests: Fix luacheck warnings
|
2018-10-10 18:02:36 +01:00 |
|
Matthew Wild
|
e557cfb012
|
util.promise: ES6-like API for promises
|
2018-10-10 17:45:19 +01:00 |
|