[ ソース: python-persist-queue ]
パッケージ: python3-persist-queue (0.5.1-1)
python3-persist-queue に関するリンク
Debian の資源:
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]
メンテナ:
外部の資源:
- ホームページ [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)