Skip to content

Commit

Permalink
Update links to @jhusain’s observable proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed May 24, 2015
1 parent 3817858 commit 25660e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1232,11 +1232,12 @@ buffer.out.throw(new Error("That's enough, thanks"));
### Asynchronous Generator Functions
Jafar Husain recently [asked the ECMAScript committee][JH], whether generator
Jafar Husain recently [asked the ECMAScript committee][JH1], whether generator
functions and async functions were composable, and if so, how they should
compose.
compose. (His [proposal][JH2] continues to evolve.)
[JH]: https://docs.google.com/file/d/0B4PVbLpUIdzoMDR5dWstRllXblU
[JH1]: https://docs.google.com/file/d/0B7zweKma2uL1bDBpcXV4OWd2cnc
[JH2]: https://github.com/jhusain/asyncgenerator
One key question is what type an async generator function would return.
We look to precedent.
Expand Down

0 comments on commit 25660e2

Please sign in to comment.