diff options
Diffstat (limited to 'python/python-futures/README')
-rw-r--r-- | python/python-futures/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-futures/README b/python/python-futures/README new file mode 100644 index 0000000000..6d34208749 --- /dev/null +++ b/python/python-futures/README @@ -0,0 +1,3 @@ +Backport of the concurrent.futures package to Python 2.6 and 2.7. +The concurrent.futures module provides a high-level interface for +asynchronously executing callables. |