[ 源代码: python-waiting ]
软件包:python3-waiting(1.5.0-1)
python3-waiting 的相关链接
Debian 的资源:
下载源码包 python-waiting:
- [python-waiting_1.5.0-1.dsc]
- [python-waiting_1.5.0.orig.tar.gz]
- [python-waiting_1.5.0-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Python module for waiting for events to happen (Python 3 version)
The waiting module is designed to wait for events to occur. The waiting routine polls a given predicate function until it returns True, polling on a regular basis, at defined times, with exponential back-off or with a time-out.
This package contains the Python 3 version of the waiting module.