python-futurist-doc

Useful additions to futures, from the future - doc
  http://www.openstack.org/
  0
  no reviews



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 documentation.