.gitignore
LICENSE
README.rst
pyproject.toml
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/create-wheels.yaml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
hybrid_pool_executor/__init__.py
hybrid_pool_executor/base.py
hybrid_pool_executor/constants.py
hybrid_pool_executor/executor.py
hybrid_pool_executor/spec.py
hybrid_pool_executor/utils.py
hybrid_pool_executor.egg-info/PKG-INFO
hybrid_pool_executor.egg-info/SOURCES.txt
hybrid_pool_executor.egg-info/dependency_links.txt
hybrid_pool_executor.egg-info/requires.txt
hybrid_pool_executor.egg-info/top_level.txt
hybrid_pool_executor/workers/__init__.py
hybrid_pool_executor/workers/asyncio/__init__.py
hybrid_pool_executor/workers/asyncio/manager.py
hybrid_pool_executor/workers/asyncio/worker.py
hybrid_pool_executor/workers/process/__init__.py
hybrid_pool_executor/workers/process/manager.py
hybrid_pool_executor/workers/process/queue.py
hybrid_pool_executor/workers/process/worker.py
hybrid_pool_executor/workers/thread/__init__.py
hybrid_pool_executor/workers/thread/manager.py
hybrid_pool_executor/workers/thread/worker.py
tests/test_hybrid.py
tests/workers/test_async.py
tests/workers/test_process.py
tests/workers/test_thread.py