freebsd-ports/devel/py-futures/pkg-descr
Kubilay Kocak cd76888cd6 devel/py-futures: [NEW PORT] Backport of Python 3.2 concurrent.futures module
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.

This is described in PEP-3148 and is included in Python 3.2+

WWW: http://code.google.com/p/pythonfutures/
2013-11-16 05:06:38 +00:00

8 lines
270 B
Text

Backport of the concurrent.futures package from Python 3.2
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.
This is described in PEP-3148 and is included in Python 3.2+
WWW: http://code.google.com/p/pythonfutures/