.coveragerc
CHANGES.md
LICENSE.txt
MANIFEST.in
README.md
README.rst
TODO.md
blog_post_max_thread.md
setup.cfg
setup.py
tox.ini
continuous_integration/build_test_ext.sh
continuous_integration/install_coverage_subprocess_pth.py
continuous_integration/travis/copy_loky.sh
continuous_integration/travis/runtests.sh
loky/__init__.py
loky/_base.py
loky/cloudpickle_wrapper.py
loky/process_executor.py
loky/reusable_executor.py
loky.egg-info/PKG-INFO
loky.egg-info/SOURCES.txt
loky.egg-info/dependency_links.txt
loky.egg-info/not-zip-safe
loky.egg-info/requires.txt
loky.egg-info/top_level.txt
loky/backend/__init__.py
loky/backend/_posix_reduction.py
loky/backend/_posix_wait.py
loky/backend/_win_reduction.py
loky/backend/_win_wait.py
loky/backend/compat.py
loky/backend/compat_posix.py
loky/backend/compat_win32.py
loky/backend/context.py
loky/backend/fork_exec.py
loky/backend/managers.py
loky/backend/popen_loky_posix.py
loky/backend/popen_loky_win32.py
loky/backend/process.py
loky/backend/queues.py
loky/backend/reduction.py
loky/backend/semaphore_tracker.py
loky/backend/semlock.py
loky/backend/spawn.py
loky/backend/synchronize.py
loky/backend/utils.py
tests/__init__.py
tests/_executor_mixin.py
tests/_test_process_executor.py
tests/conftest.py
tests/test_cloudpickle_wrapper.py
tests/test_futures.py
tests/test_loky_backend.py
tests/test_loky_module.py
tests/test_process_executor_forkserver.py
tests/test_process_executor_loky.py
tests/test_process_executor_spawn.py
tests/test_reusable_executor.py
tests/test_synchronize.py
tests/test_worker_timeout.py
tests/utils.py
tests/_openmp/__init__.py
tests/_openmp/_fail_fork.py
tests/_openmp/parallel_sum.pyx
tests/_openmp/setup.py