| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.11->trunk | Matthew Wild | 2020-11-23 | 1 | -1/+1 |
|\ |
|
| * | util.promise: Use xpcall() for promise function to preserve tracebacks | Matthew Wild | 2020-11-23 | 1 | -1/+1 |
* | | util.promise: Add all_settled, which follows semantics of allSettled from ES2020 | Matthew Wild | 2020-06-08 | 1 | -0/+22 |
* | | util.promise: Remove references to callbacks after settling promise | Kim Alvefur | 2018-12-30 | 1 | -0/+3 |
|/ |
|
* | Many things: switch from hacky multi-arg xpcall implementations to a standard... | Matthew Wild | 2018-10-26 | 1 | -0/+2 |
* | util.promise: Switch from pcall to xpcall to get tracebacks on exceptions | Matthew Wild | 2018-10-26 | 1 | -1/+1 |
* | util.promise: Remove the non-standard ability to pass a promise to reject() | Matthew Wild | 2018-10-26 | 1 | -3/+1 |
* | util.promise: Fix missing parameters | Matthew Wild | 2018-10-25 | 1 | -2/+2 |
* | util.promise: Ensure chained promises always receive a value/rejection even i... | Matthew Wild | 2018-10-25 | 1 | -22/+23 |
* | util.promise: Export is_promise() | Matthew Wild | 2018-10-25 | 1 | -0/+1 |
* | util.promise: Remove debug print and assert | Matthew Wild | 2018-10-25 | 1 | -1/+0 |
* | util.promise: Add promise.try() | Matthew Wild | 2018-10-18 | 1 | -0/+6 |
* | util.promise: Add a string representation | Kim Alvefur | 2018-10-18 | 1 | -0/+4 |
* | util.promise: Add promise:finally() | Matthew Wild | 2018-10-18 | 1 | -0/+6 |
* | util.promise: Some code relocation | Matthew Wild | 2018-10-18 | 1 | -23/+23 |
* | util.promise: Also support automatic resolution by returning a promise from a... | Matthew Wild | 2018-10-18 | 1 | -1/+3 |
* | util.promise: Fix promise.reject() to return a rejected promise, and fix bugg... | Matthew Wild | 2018-10-18 | 1 | -1/+1 |
* | util.promise: ES6-like API for promises | Matthew Wild | 2018-10-10 | 1 | -0/+133 |