Skip to content

Commit

Permalink
Add link to @AndreLouisCaron's great async/await walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Mar 11, 2017
1 parent 3f66c83 commit 08bf8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,9 @@ Alternatively, if this has just whetted your appetite and you want to
know more about how ``async/await`` works internally, then `this blog
post
<https://snarky.ca/how-the-heck-does-async-await-work-in-python-3-5/>`__
is a good explanation.
is a good deep dive, or check out `this great walkthrough
<https://github.com/AndreLouisCaron/a-tale-of-event-loops>`__ to see
how to build a simple async I/O framework from the ground up.


A kinder, gentler GIL
Expand Down

0 comments on commit 08bf8b6

Please sign in to comment.