Python queue
Project description
📦 QUEUE
USAGE
Installation
pip install queus
Usage example
import asyncio
from Queue.functions import Queue
from Queue.functions import Queues
async def runtask():
print("Processing....")
await asyncio.sleep(10)
async def main():
await Queue.add("task01")
await Queue.add("task02")
await Queue.queue("task01", maximum=1)
await runtask()
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
queus-0.0.2.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
queus-0.0.2-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file queus-0.0.2.tar.gz.
File metadata
- Download URL: queus-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ab732beaa31aa046e98cd64041b0f48dbb0f7dc52936cebe0551000b10d8bec
|
|
| MD5 |
e9b6e1c71d4edd7f42faa1d404edaafc
|
|
| BLAKE2b-256 |
9a4d8807562bc5538ac77bd46a3282b14fe49a5221d3a3d0735fef5d882a4ae2
|
File details
Details for the file queus-0.0.2-py3-none-any.whl.
File metadata
- Download URL: queus-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
436f937bb81ff29e2f4e89a550b5cb82d0dd2815b1c67cf23dda28ccdfd2e2ff
|
|
| MD5 |
161bbca2ddda28f9bf51e4772dda98f8
|
|
| BLAKE2b-256 |
c8a17c545f50993ab75a3458f6104af32525d2ddacf288725a270ad0af38a345
|