.editorconfig
.gitignore
.readthedocs.yml
CHANGES.md
CONTRIBUTORS.txt
LICENSE
LICENSE-EXTRA
MANIFEST.in
README.md
codecov.yml
pyproject.toml
setup.cfg
.github/workflows/default.yml
.github/workflows/flake8-matcher.json
.github/workflows/mypy-matcher.json
.github/workflows/timeline-check.yml
changes/53.breaking.md
changes/53.feature.md
changes/template.md
docs/Makefile
docs/aiotools.context.rst
docs/aiotools.defer.rst
docs/aiotools.fork.rst
docs/aiotools.func.rst
docs/aiotools.iter.rst
docs/aiotools.server.rst
docs/aiotools.supervisor.rst
docs/aiotools.taskgroup.rst
docs/aiotools.timer.rst
docs/aiotools.utils.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/custom.css
examples/contextgroup.py
examples/locking.py
examples/socketserver.py
examples/ticktock.py
examples/zmqclient.py
examples/zmqserver.py
requirements/build.txt
requirements/dev.txt
requirements/docs.txt
requirements/lint.txt
requirements/main.txt
requirements/test.txt
requirements/timeline-check.txt
requirements/typecheck.txt
src/aiotools/__init__.py
src/aiotools/compat.py
src/aiotools/context.py
src/aiotools/defer.py
src/aiotools/fork.py
src/aiotools/func.py
src/aiotools/iter.py
src/aiotools/server.py
src/aiotools/supervisor.py
src/aiotools/timeouts.py
src/aiotools/timer.py
src/aiotools/utils.py
src/aiotools.egg-info/PKG-INFO
src/aiotools.egg-info/SOURCES.txt
src/aiotools.egg-info/dependency_links.txt
src/aiotools.egg-info/not-zip-safe
src/aiotools.egg-info/requires.txt
src/aiotools.egg-info/top_level.txt
src/aiotools/taskgroup/__init__.py
src/aiotools/taskgroup/base.py
src/aiotools/taskgroup/common.py
src/aiotools/taskgroup/persistent.py
src/aiotools/taskgroup/types.py
tests/conftest.py
tests/test_context.py
tests/test_defer.py
tests/test_fork.py
tests/test_func.py
tests/test_iter.py
tests/test_ptaskgroup.py
tests/test_server.py
tests/test_supervisor.py
tests/test_taskgroup.py
tests/test_timer.py
tests/test_utils_as_completed.py
tests/test_utils_gather.py
tests/test_utils_race.py