Metadata-Version: 1.1
Name: threadedprocess
Version: 0.0.2
Summary: A `ThreadedProcessPoolExecutor` is formed by a modified `ProcessPoolExecutor` that generates processes that use a `ThreadPoolExecutor` instance to run the given tasks.
Home-page: https://github.com/nilp0inter/threadedprocess
Author: Roberto Abdelkader Martinez Perez
Author-email: robertomartinezp@gmail.com
License: BSD
Description: ThreadedProcessPoolExecutor
        ===========================
        
        .. image:: https://img.shields.io/pypi/v/threadedprocess.svg
            :target: https://pypi.python.org/pypi/threadedprocess
        
        .. image:: https://img.shields.io/pypi/l/threadedprocess.svg
            :target: https://pypi.python.org/pypi/threadedprocess
        
        .. image:: https://img.shields.io/pypi/pyversions/threadedprocess.svg
            :target: https://pypi.python.org/pypi/threadedprocess
        
        
        The `ThreadedProcessPoolExecutor` class is an `Executor` subclass that uses a
        pool of process with an inner pool of threads on each process to execute calls
        asynchronously.
        
Keywords: concurrent futures executor process thread
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
