python-concurrent.futures

Backport of concurrent.futures package from Python 3.2
  https://github.com/agronholm/pythonfutures
  0
  no reviews



The concurrent.futures module provides a high-level interface for asynchronously executing callables.

This is a backport for concurrent.futures as of PEP-3148 and included in Python 3.2