mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
asyncio doc: begin with warnings on asyncio traps
This commit is contained in:
parent
615a58eaab
commit
532c69a428
1 changed files with 5 additions and 0 deletions
|
|
@ -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::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue