Commit 532c69a4 authored by Victor Stinner's avatar Victor Stinner

asyncio doc: begin with warnings on asyncio traps

parent 615a58ea
...@@ -46,6 +46,11 @@ Here is a more detailed list of the package contents: ...@@ -46,6 +46,11 @@ Here is a more detailed list of the package contents:
you absolutely, positively have to use a library that makes blocking you absolutely, positively have to use a library that makes blocking
I/O calls. I/O calls.
Asynchronous programming is more complex than classical "sequential"
programming: see the :ref:`Develop with asyncio <asyncio-dev>` page which lists
common traps and explains how to avoid them. :ref:`Enable the debug mode
<asyncio-debug-mode>` during development to detect common issues.
Table of contents: Table of contents:
.. toctree:: .. toctree::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment