We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7d309 commit b2f6abeCopy full SHA for b2f6abe
README.rst
@@ -90,7 +90,7 @@ time-tested, but has some limitations.
90
for communication between synchronous code and asynchronous one.
91
For sync-only and async-only cases, use queues from
92
`queue <https://docs.python.org/3/library/queue.html>`_ and
93
- `asyncio <https://docs.python.org/3/library/asyncio-queue.html>`_ modules,
+ `asyncio queue <https://docs.python.org/3/library/asyncio-queue.html>`_ modules,
94
otherwise `the slowdown can be significant
95
<https://github.com/aio-libs/janus/issues/419>`_.
96
* You cannot use queues for communicating between two different event loops
0 commit comments