[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#792500: ITP: python-futurist -- useful additions to futures, from the future



Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <zigo@debian.org>

* Package name    : python-futurist
  Version         : 0.1.2
  Upstream Author : OpenStack Foundation <openstack-dev@lists.openstack.org>
* URL             : https://github.com/openstack/futurist
* License         : Apache-2.0
  Language        : Python
  Description     : useful additions to futures, from the future

 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.

note: This is a new dependency of python-taskflow, needed for OpenStack
Liberty release due this October.


Reply to: