Skip to content

Commit

Permalink
Fix a warning in README parser (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 12, 2024
1 parent 0c7d309 commit b2f6abe
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 b2f6abe

Please sign in to comment.