.coverage
.gitignore
LICENSE.txt
Makefile
README.md
TODO
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/codeql.yaml
.github/workflows/docs.yaml
.github/workflows/mypy.yaml
.github/workflows/pytest.yaml
.github/workflows/release.yaml
a_sync/ENVIRONMENT_VARIABLES.py
a_sync/__init__.py
a_sync/_bound.py
a_sync/_descriptor.py
a_sync/_flags.py
a_sync/_helpers.py
a_sync/_kwargs.py
a_sync/_meta.py
a_sync/_typing.py
a_sync/abstract.py
a_sync/aliases.py
a_sync/base.py
a_sync/config.py
a_sync/decorator.py
a_sync/exceptions.py
a_sync/future.py
a_sync/iter.py
a_sync/modified.py
a_sync/property.py
a_sync/py.typed
a_sync/singleton.py
a_sync/task.py
a_sync/modifiers/__init__.py
a_sync/modifiers/limiter.py
a_sync/modifiers/manager.py
a_sync/modifiers/semaphores.py
a_sync/modifiers/cache/__init__.py
a_sync/modifiers/cache/memory.py
a_sync/primitives/__init__.py
a_sync/primitives/_debug.py
a_sync/primitives/_loggable.py
a_sync/primitives/executor.py
a_sync/primitives/queue.py
a_sync/primitives/locks/__init__.py
a_sync/primitives/locks/counter.py
a_sync/primitives/locks/event.py
a_sync/primitives/locks/prio_semaphore.py
a_sync/primitives/locks/semaphore.py
a_sync/sphinx/__init__.py
a_sync/sphinx/ext.py
a_sync/utils/__init__.py
a_sync/utils/as_completed.py
a_sync/utils/gather.py
a_sync/utils/iterators.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_build/html/_static/alabaster.css
docs/_build/html/_static/basic.css
docs/_build/html/_static/custom.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sphinx_highlight.js
ez_a_sync.egg-info/PKG-INFO
ez_a_sync.egg-info/SOURCES.txt
ez_a_sync.egg-info/dependency_links.txt
ez_a_sync.egg-info/requires.txt
ez_a_sync.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/executor.py
tests/fixtures.py
tests/test_as_completed.py
tests/test_base.py
tests/test_cache.py
tests/test_decorator.py
tests/test_executor.py
tests/test_future.py
tests/test_gather.py
tests/test_helpers.py
tests/test_iter.py
tests/test_limiter.py
tests/test_meta.py
tests/test_modified.py
tests/test_semaphore.py
tests/test_singleton.py
tests/test_task.py