| more-executors |
| ============== |
| |
| A library of composable Python executors and futures. |
| |
| This library is intended for use with the :mod:`concurrent.futures` module. |
| It includes a collection of :class:`~concurrent.futures.Executor` |
| implementations in order to extend the behavior of |
| :class:`~concurrent.futures.Future` objects. |
| |
| Compatible with Python 2.6, 2.7 and 3.x. |
| |
| .. ifconfig:: version |
| |
| This documentation was built from more-executors |version|. |
| |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: Contents: |
| |
| user-guide |
| api-reference |
| |
| |
| Indices and tables |
| ================== |
| |
| * :ref:`genindex` |
| * :ref:`search` |