<Candle>
I have an example of how Promise.join works; Where would be the best place for it? ponyc/examples? stdlib documentation against Pormise.join or against the promises package itself?
<Candle>
(The thing that I missed in the documentation was the bit regarding the receiver in '...when the receiver and all promises.. ..are fulfilled...' I think an example can help here.
<Candle>
Another one; some hints as when to use Promises.join(..) vs Promise.join(..) would also be useful.
<vaninwagen>
An example for the first should go into the docstring for Promise.join a comparison between this and Promises.join should go into the docstring of the promises package imho