.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.rst
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/features_request.yaml
.github/workflows/publish.yml
.github/workflows/test-downstream.yml
.github/workflows/test.yml
docs/api.rst
docs/basics.rst
docs/cancellation.rst
docs/conf.py
docs/contextmanagers.rst
docs/contributing.rst
docs/faq.rst
docs/fileio.rst
docs/index.rst
docs/migration.rst
docs/networking.rst
docs/signals.rst
docs/streams.rst
docs/subinterpreters.rst
docs/subprocesses.rst
docs/support.rst
docs/synchronization.rst
docs/tasks.rst
docs/tempfile.rst
docs/testing.rst
docs/threads.rst
docs/typedattrs.rst
docs/versionhistory.rst
docs/why.rst
src/anyio/__init__.py
src/anyio/from_thread.py
src/anyio/lowlevel.py
src/anyio/py.typed
src/anyio/pytest_plugin.py
src/anyio/to_interpreter.py
src/anyio/to_process.py
src/anyio/to_thread.py
src/anyio.egg-info/PKG-INFO
src/anyio.egg-info/SOURCES.txt
src/anyio.egg-info/dependency_links.txt
src/anyio.egg-info/entry_points.txt
src/anyio.egg-info/requires.txt
src/anyio.egg-info/top_level.txt
src/anyio/_backends/__init__.py
src/anyio/_backends/_asyncio.py
src/anyio/_backends/_trio.py
src/anyio/_core/__init__.py
src/anyio/_core/_asyncio_selector_thread.py
src/anyio/_core/_contextmanagers.py
src/anyio/_core/_eventloop.py
src/anyio/_core/_exceptions.py
src/anyio/_core/_fileio.py
src/anyio/_core/_resources.py
src/anyio/_core/_signals.py
src/anyio/_core/_sockets.py
src/anyio/_core/_streams.py
src/anyio/_core/_subprocesses.py
src/anyio/_core/_synchronization.py
src/anyio/_core/_tasks.py
src/anyio/_core/_tempfile.py
src/anyio/_core/_testing.py
src/anyio/_core/_typedattr.py
src/anyio/abc/__init__.py
src/anyio/abc/_eventloop.py
src/anyio/abc/_resources.py
src/anyio/abc/_sockets.py
src/anyio/abc/_streams.py
src/anyio/abc/_subprocesses.py
src/anyio/abc/_tasks.py
src/anyio/abc/_testing.py
src/anyio/streams/__init__.py
src/anyio/streams/buffered.py
src/anyio/streams/file.py
src/anyio/streams/memory.py
src/anyio/streams/stapled.py
src/anyio/streams/text.py
src/anyio/streams/tls.py
tests/__init__.py
tests/conftest.py
tests/test_contextmanagers.py
tests/test_debugging.py
tests/test_deprecations.py
tests/test_eventloop.py
tests/test_fileio.py
tests/test_from_thread.py
tests/test_lowlevel.py
tests/test_pytest_plugin.py
tests/test_signals.py
tests/test_sockets.py
tests/test_subprocesses.py
tests/test_synchronization.py
tests/test_taskgroups.py
tests/test_tempfile.py
tests/test_to_interpreter.py
tests/test_to_process.py
tests/test_to_thread.py
tests/test_typedattr.py
tests/streams/__init__.py
tests/streams/test_buffered.py
tests/streams/test_file.py
tests/streams/test_memory.py
tests/streams/test_stapled.py
tests/streams/test_text.py
tests/streams/test_tls.py