Add asyncio 101 video

This commit is contained in:
Paulus Schoutsen 2017-04-08 17:22:13 -07:00
parent ab96486697
commit ce067ec582
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@
<li>
{% active_link /developers/asyncio/ Asynchronous Programming %}
<ul>
<li>{% active_link /developers/asyncio_101/ Introduction to asyncio %}</li>
<li>{% active_link /developers/asyncio_categorizing_functions/ Categorizing Functions %}</li>
<li>{% active_link /developers/asyncio_working_with_async/ Working with Async %}</li>
<li>{% active_link /developers/asyncio_misc/ Miscellaneous %}</li>