python3-futurist

useful additions to futures, from the future - Python 3.x

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://www.openstack.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-futurist