| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This saves awkward fiddlery with varargs and also echoes the
signature of pcall/xpcall.
|
| |
|
|
|
|
|
|
| |
Usage: promise.join(p1, p2, function (result1, result2)
[...]
end)
|
| |
|
| |
|
| |
|
|
|
|
| |
promise with that promise
|
| |
|
| |
|
|
|
|
| |
if an intermediate promise has no handlers
|
| |
|
| |
|
| |
|
|
|
|
| |
buggy test for it
|
| |
|
|
|