[ 源代码: python-ratelimitqueue ]
软件包:python3-ratelimitqueue(0.2.2-1.1)
python3-ratelimitqueue 的相关链接
Debian 的资源:
下载源码包 python-ratelimitqueue:
- [python-ratelimitqueue_0.2.2-1.1.dsc]
- [python-ratelimitqueue_0.2.2.orig.tar.xz]
- [python-ratelimitqueue_0.2.2-1.1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Rate limited wrapper for Python 3's thread safe queues
This package extends the three built-in Python queues from the queue module - Queue, LifoQueue, and PriorityQueue - with configurable, rate limited counterparts. Specifically, the get() method is rate limited across all threads so that workers can safely consume from the queue in an unlimited loop, and putting the items in the queue doesn’t need to require blocking the main thread.
其他与 python3-ratelimitqueue 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-multiprocess
- better multiprocessing and multithreading in Python