[ 源代码: python-futurist ]
软件包:python3-futurist(2.4.1-2)
python3-futurist 的相关链接
Debian 的资源:
下载源码包 python-futurist:
- [python-futurist_2.4.1-2.dsc]
- [python-futurist_2.4.1.orig.tar.xz]
- [python-futurist_2.4.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.openstack.org]
相似软件包:
useful additions to futures, from the future - Python 3.x
Code from the future, delivered to you in the now. For example:
* A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It provides a standard executor API/interface and it also gathers execution statistics. * A futurist.ProcessPoolExecutor derivative that gathers execution statistics. * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the same executor API/interface and it also gathers execution statistics. * A futurist.ThreadPoolExecutor derivative that gathers execution statistics. * A futurist.periodics.PeriodicWorker that can use the previously mentioned executors to run asynchronous work periodically in parallel or synchronously. * etc.
This package contains the Python 3.x module.
其他与 python3-futurist 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-greenlet
- Lightweight in-process concurrent programming (python3)
-
- dep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- sug: python-futurist-doc
- useful additions to futures, from the future - doc