Skip to content

Commit

Permalink
Merge branch 'master' into shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 12, 2024
2 parents 3832f5b + b2f6abe commit c746465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ time-tested, but has some limitations.
for communication between synchronous code and asynchronous one.
For sync-only and async-only cases, use queues from
`queue <https://docs.python.org/3/library/queue.html>`_ and
`asyncio <https://docs.python.org/3/library/asyncio-queue.html>`_ modules,
`asyncio queue <https://docs.python.org/3/library/asyncio-queue.html>`_ modules,
otherwise `the slowdown can be significant
<https://github.com/aio-libs/janus/issues/419>`_.
* You cannot use queues for communicating between two different event loops
Expand Down

0 comments on commit c746465

Please sign in to comment.