[ nabia ]
[ aramo ]
[ 原始碼: python-persist-queue ]
套件: python3-persist-queue (0.5.1-1)
python3-persist-queue 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-persist-queue:
- [python-persist-queue_0.5.1-1.dsc]
- [python-persist-queue_0.5.1.orig.tar.gz]
- [python-persist-queue_0.5.1-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Team
- Martin
外部的資源:
- 主頁 [github.com]
相似套件:
thread-safe disk based persistent queue
persist-queue implements a file-based queue and a serial of sqlite3-based queues. The goals is to achieve following requirements:
* Disk-based: each queued item should be stored in disk in case of any crash. * Thread-safe: can be used by multi-threaded producers and multi-threaded consumers. * Recoverable: Items can be read after process restart. * Green-compatible: can be used in greenlet or eventlet environment.
其他與 python3-persist-queue 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)