Description
From bpo-30145 @1st1 has proposed the following general structure for the revised asyncio tutorials and documentation:
-
Tutorial
a/ Why async IO?
b/ async/await in Python
c/ Simple example in asyncio (Tasks + sleep) + explanation
d/ An example of using aiohttp
e/ How asyncio works and what is the event loop
f/ Tasks, asyncio.gather, wait_for, cancellation -
Advanced Tutorial
a/ A short primer on network IO
b/ Let’s implement a memcache/redis driver using streams!
c/ Let’s implement a memcache/redis driver with transports! -
API reference — there are a few things we’ll need to restructure
there.
The proposed structure for the tutorials makes sense to me, and looking at the structure of the python reference I think they might fit best as new tutorials in the HOWTO section.