[New-bugs-announce] [issue40616] Add `asyncio.BufferQueue`

Serge Matveenko report at bugs.python.org
Wed May 13 12:50:03 EDT 2020


New submission from Serge Matveenko <serge at matveenko.ru>:

It looks handy to be able to leverage `collections.deque` ability to be sized it `asyncio.Queue`.

This could provide the ability to implement backpressure in the queue or just use it as a buffer in messaging systems.

The implementation provided in the linked PR.

----------
components: asyncio
messages: 368788
nosy: asvetlov, lig, yselivanov
priority: normal
pull_requests: 19377
severity: normal
status: open
title: Add `asyncio.BufferQueue`

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40616>
_______________________________________


More information about the New-bugs-announce mailing list