1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
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

9 lines
270 B
Plaintext

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/