mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
cd76888cd6
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/
9 lines
270 B
Plaintext
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/
|