Closed yanick closed 5 years ago
Note to self: mention in the comparison between Future and Promise the big difference (for me). I.e., that with futures you need to keep an instance of the original promise around (or the weak ref will garbage collect it), whereas with Promises that's not necessary.
Subset of #63