Skip to content

Commit 0fd92db

Browse files
authored
Async Await Pitfalls
1 parent 69866aa commit 0fd92db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ This gives us the ability to think synchronously while within an async function,
510510
* [Simplifying Asynchronous Coding with ES7 Async Functions](http://www.sitepoint.com/simplifying-asynchronous-coding-es7-async-functions/)
511511
* [Jafar Husain: Async Programming in ES7 | JSConf US 2015](https://www.youtube.com/watch?v=lil4YCCXRYc)
512512
* [Taming the asynchronous beast with ES7](http://pouchdb.com/2015/03/05/taming-the-async-beast-with-es7.html)
513+
* [Async Await Pitfalls](https://medium.com/@matansokolovsky/es7-async-await-pitfalls-d24331388a70#.qqq7khwyg)
513514
514515
### Videos
515516

0 commit comments

Comments
 (0)