.coverage
.gitignore
.sourcery.yaml
LICENSE.txt
MANIFEST.in
Makefile
README.md
TODO
pyproject.yaml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/black.yaml
.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__.pxd
a_sync/__init__.py
a_sync/_smart.py
a_sync/_typing.py
a_sync/aliases.py
a_sync/exceptions.py
a_sync/executor.py
a_sync/future.py
a_sync/iter.c
a_sync/iter.pyi
a_sync/iter.pyx
a_sync/py.typed
a_sync/task.py
a_sync/a_sync/__init__.py
a_sync/a_sync/_descriptor.py
a_sync/a_sync/_flags.c
a_sync/a_sync/_flags.pxd
a_sync/a_sync/_flags.pyx
a_sync/a_sync/_helpers.c
a_sync/a_sync/_helpers.pxd
a_sync/a_sync/_helpers.pyi
a_sync/a_sync/_helpers.pyx
a_sync/a_sync/_kwargs.c
a_sync/a_sync/_kwargs.pxd
a_sync/a_sync/_kwargs.pyx
a_sync/a_sync/_meta.py
a_sync/a_sync/abstract.c
a_sync/a_sync/abstract.pyi
a_sync/a_sync/abstract.pyx
a_sync/a_sync/base.c
a_sync/a_sync/base.pyi
a_sync/a_sync/base.pyx
a_sync/a_sync/config.py
a_sync/a_sync/decorator.py
a_sync/a_sync/flags.py
a_sync/a_sync/function.c
a_sync/a_sync/function.pyi
a_sync/a_sync/function.pyx
a_sync/a_sync/method.c
a_sync/a_sync/method.pxd
a_sync/a_sync/method.pyi
a_sync/a_sync/method.pyx
a_sync/a_sync/property.c
a_sync/a_sync/property.pyi
a_sync/a_sync/property.pyx
a_sync/a_sync/singleton.py
a_sync/a_sync/modifiers/__init__.py
a_sync/a_sync/modifiers/limiter.py
a_sync/a_sync/modifiers/manager.c
a_sync/a_sync/modifiers/manager.pyi
a_sync/a_sync/modifiers/manager.pyx
a_sync/a_sync/modifiers/semaphores.py
a_sync/a_sync/modifiers/cache/__init__.py
a_sync/a_sync/modifiers/cache/memory.py
a_sync/asyncio/__init__.py
a_sync/asyncio/as_completed.c
a_sync/asyncio/as_completed.pxd
a_sync/asyncio/as_completed.pyi
a_sync/asyncio/as_completed.pyx
a_sync/asyncio/create_task.c
a_sync/asyncio/create_task.pxd
a_sync/asyncio/create_task.pyi
a_sync/asyncio/create_task.pyx
a_sync/asyncio/gather.c
a_sync/asyncio/gather.pyi
a_sync/asyncio/gather.pyx
a_sync/primitives/__init__.pxd
a_sync/primitives/__init__.py
a_sync/primitives/_debug.c
a_sync/primitives/_debug.pxd
a_sync/primitives/_debug.pyi
a_sync/primitives/_debug.pyx
a_sync/primitives/_loggable.c
a_sync/primitives/_loggable.pxd
a_sync/primitives/_loggable.pyi
a_sync/primitives/_loggable.pyx
a_sync/primitives/queue.py
a_sync/primitives/locks/__init__.pxd
a_sync/primitives/locks/__init__.py
a_sync/primitives/locks/counter.c
a_sync/primitives/locks/counter.pxd
a_sync/primitives/locks/counter.pyi
a_sync/primitives/locks/counter.pyx
a_sync/primitives/locks/event.c
a_sync/primitives/locks/event.pxd
a_sync/primitives/locks/event.pyi
a_sync/primitives/locks/event.pyx
a_sync/primitives/locks/prio_semaphore.c
a_sync/primitives/locks/prio_semaphore.pxd
a_sync/primitives/locks/prio_semaphore.pyi
a_sync/primitives/locks/prio_semaphore.pyx
a_sync/primitives/locks/semaphore.c
a_sync/primitives/locks/semaphore.pxd
a_sync/primitives/locks/semaphore.pyi
a_sync/primitives/locks/semaphore.pyx
a_sync/sphinx/__init__.py
a_sync/sphinx/ext.py
a_sync/utils/__init__.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/not-zip-safe
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_executor.py
tests/test_future.py
tests/test_helpers.py
tests/test_iter.py
tests/test_smart.py
tests/a_sync/test_abstract.py
tests/a_sync/test_base.py
tests/a_sync/test_cache.py
tests/a_sync/test_decorator.py
tests/a_sync/test_limiter.py
tests/a_sync/test_meta.py
tests/a_sync/test_modified.py
tests/a_sync/test_singleton.py
tests/asyncio/test_as_completed.py
tests/asyncio/test_create_task.py
tests/asyncio/test_gather.py
tests/primitives/test_counter.py
tests/primitives/test_event.py
tests/primitives/test_prio_semaphore.py
tests/primitives/test_queue.py
tests/primitives/test_semaphore.py
tests/task/test_task.py
tests/task/test_task_mapping_views.py