.gitignore
.readthedocs.yaml
COPYING
COPYING.LESSER
README.md
pyproject.toml
.github/workflows/ci.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.placeholder
docs/source/api/api.rst
docs/source/api/asyncio_taskpool.control.client.rst
docs/source/api/asyncio_taskpool.control.rst
docs/source/api/asyncio_taskpool.control.server.rst
docs/source/api/asyncio_taskpool.exceptions.rst
docs/source/api/asyncio_taskpool.pool.rst
docs/source/api/asyncio_taskpool.queue_context.rst
docs/source/api/asyncio_taskpool.rst
docs/source/pages/control.rst
docs/source/pages/ids.rst
docs/source/pages/pool.rst
requirements/common.txt
requirements/dev.txt
scripts/ci.sh
scripts/cloc.sh
scripts/cov.sh
scripts/lint.sh
scripts/test.sh
scripts/typecheck.sh
scripts/util.sh
src/asyncio_taskpool/__init__.py
src/asyncio_taskpool/exceptions.py
src/asyncio_taskpool/pool.py
src/asyncio_taskpool/py.typed
src/asyncio_taskpool/queue_context.py
src/asyncio_taskpool.egg-info/PKG-INFO
src/asyncio_taskpool.egg-info/SOURCES.txt
src/asyncio_taskpool.egg-info/dependency_links.txt
src/asyncio_taskpool.egg-info/requires.txt
src/asyncio_taskpool.egg-info/top_level.txt
src/asyncio_taskpool/control/__init__.py
src/asyncio_taskpool/control/__main__.py
src/asyncio_taskpool/control/client.py
src/asyncio_taskpool/control/parser.py
src/asyncio_taskpool/control/server.py
src/asyncio_taskpool/control/session.py
src/asyncio_taskpool/internals/__init__.py
src/asyncio_taskpool/internals/constants.py
src/asyncio_taskpool/internals/group_register.py
src/asyncio_taskpool/internals/helpers.py
src/asyncio_taskpool/internals/types.py
tests/__init__.py
tests/__main__.py
tests/test_pool.py
tests/test_queue_context.py
tests/test_control/__init__.py
tests/test_control/test___main__.py
tests/test_control/test_client.py
tests/test_control/test_parser.py
tests/test_control/test_server.py
tests/test_control/test_session.py
tests/test_internals/__init__.py
tests/test_internals/test_group_register.py
tests/test_internals/test_helpers.py
usage/USAGE.md
usage/__init__.py
usage/example_server.py