From 778da99af0d5cbb3639b829add23bd5083d1d59d Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Sun, 31 May 2015 07:49:02 -0700 Subject: [PATCH] Update link to async functions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19dc630..bcd071b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Async Generator Proposal (ES7) -Async Generators are currently proposed for ES7 and are at the strawman phase. This proposal builds on the [async function](https://github.com/lukehoban/ecmascript-asyncawait) proposal. +Async Generators are currently proposed for ES7 and are at the strawman phase. This proposal builds on the [async function](https://github.com/tc39/ecmascript-asyncawait) proposal. JavaScript programs are single-threaded and therefore must streadfastly avoid blocking on IO operations. Today web developers must deal with a steadily increasing number of push stream APIs: