non-self referencial cyclical promises?

Raul-Sebastian Mihăilă raul.mihaila at gmail.com
Thu Feb 25 08:54:26 UTC 2016


@Benjamin: Your example is different than Bradley's. Should be:

```
var r1, p1 = new Promise(r => r1 = r);
var r2, p2 = new Promise(r => r2 = r);
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20160225/65089617/attachment.html>


More information about the es-discuss mailing list