futurist/README.rst

930 B

Futurist

Code from the future, delivered to you in the now.

Features

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