promise icon indicating copy to clipboard operation
promise copied to clipboard

Common interface for simple asynchronous placeholders.

Results 3 promise issues
Sort by recently updated
recently updated
newest added

Could you please all review the full specification including all documents and documentation comments and post a comment afterwards here? Please review carefully and don't just put your thumb up...

help wanted

I'm more and more thinking the method shouldn't be named `when`. It doesn't really matter for promise implementations with just that method such as Amp's `Deferred` / `Placeholder`, but it...

I have [uploaded a gist](https://gist.github.com/joshdifabio/8d61ddba2539677680892232bbd49067) which shows a problem I've encountered recently when using promises and combinators: specifically, using a combinator function (particularly `first()`/`race()`/`any()`) will cause redundant resolver callbacks to...