mirror of
https://github.com/python/cpython.git
synced 2025-09-09 02:11:51 +00:00
gh-65046: Link to logging cookbook from asyncio docs (#98207)
This commit is contained in:
parent
3b33c2010a
commit
c39a0c3354
2 changed files with 4 additions and 1 deletions
|
@ -332,6 +332,8 @@ configuration::
|
|||
print('complete')
|
||||
|
||||
|
||||
.. _blocking-handlers:
|
||||
|
||||
Dealing with handlers that block
|
||||
--------------------------------
|
||||
|
||||
|
|
|
@ -149,7 +149,8 @@ adjusted::
|
|||
|
||||
|
||||
Network logging can block the event loop. It is recommended to use
|
||||
a separate thread for handling logs or use non-blocking IO.
|
||||
a separate thread for handling logs or use non-blocking IO. For example,
|
||||
see :ref:`blocking-handlers`.
|
||||
|
||||
|
||||
.. _asyncio-coroutine-not-scheduled:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue