.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
ci/azure-pipelines.yml
src/asgi_lifespan/__init__.py
src/asgi_lifespan/_compat.py
src/asgi_lifespan/_exceptions.py
src/asgi_lifespan/_manager.py
src/asgi_lifespan/_types.py
src/asgi_lifespan/py.typed
src/asgi_lifespan.egg-info/PKG-INFO
src/asgi_lifespan.egg-info/SOURCES.txt
src/asgi_lifespan.egg-info/dependency_links.txt
src/asgi_lifespan.egg-info/requires.txt
src/asgi_lifespan.egg-info/top_level.txt
src/asgi_lifespan/_concurrency/__init__.py
src/asgi_lifespan/_concurrency/asyncio.py
src/asgi_lifespan/_concurrency/base.py
src/asgi_lifespan/_concurrency/trio.py
tests/__init__.py
tests/compat.py
tests/concurrency.py
tests/conftest.py
tests/test_manager.py