asyncio-multisubscriber-queue
Usage
MultisubscriberQueue allows a single producer to provide the same payload to multiple consumers simultaneously. An asyncio.Queue is created for each consumer and each call to MultisubscriberQueue.put() iterates over each asyncio.Queue and puts the payload on each queue.
Please see example.py for a simple example.
Release files for asyncio-multisubscriber-queue 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| asyncio_multisubscriber_queue-0.4.1.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asyncio_multisubscriber_queue-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / asyncio_multisubscriber_queue-0.4.1.tar.gz
| Download URL | asyncio_multisubscriber_queue-0.4.1.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e414fb7374ebb13bb1689995c308b8b1cc520a0d60b212dd0e05a6e98b6ae723
|
|
BLAKE2b-256 checksum How to use checksums |
dc05f9bd03c03def2332f4fd555586f6120786147fca95a745e2d939027e007d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.10.5 Linux/4.19.104-microsoft-standard
|
Release files / asyncio_multisubscriber_queue-0.4.1-py3-none-any.whl
| Download URL | asyncio_multisubscriber_queue-0.4.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
01820123cf152b694745d5ac7bf6a05068d9bb98d7a7b6487afcda962f5496a0
|
|
BLAKE2b-256 checksum How to use checksums |
0177b73dbda4864b774a45038a16a9449e6457fc9ab9909489963ff4156dce5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.10.5 Linux/4.19.104-microsoft-standard
|