CODE_OF_CONDUCT.md
LICENSE
LICENSE.APACHE2
LICENSE.MIT
MANIFEST.in
README.rst
setup.py
test-requirements.txt
docs/Makefile
docs/make.bat
docs/notes.txt
docs/source/conf.py
docs/source/design.rst
docs/source/history.rst
docs/source/index.rst
docs/source/local_customization.py
docs/source/reference-core.rst
docs/source/reference-hazmat.rst
docs/source/reference-io.rst
docs/source/reference-testing.rst
docs/source/tutorial.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
docs/source/reference-testing/across-realtime.out
docs/source/reference-testing/across-realtime.py
docs/source/tutorial/echo-client-low-level.py
docs/source/tutorial/echo-server-low-level.py
docs/source/tutorial/tasks-intro.py
docs/source/tutorial/tasks-with-trace.py
trio/__init__.py
trio/_signals.py
trio/_ssl.py
trio/_streams.py
trio/_subprocess.py
trio/_sync.py
trio/_threads.py
trio/_timeouts.py
trio/_util.py
trio/_version.py
trio/abc.py
trio/hazmat.py
trio/socket.py
trio/testing.py
trio.egg-info/PKG-INFO
trio.egg-info/SOURCES.txt
trio.egg-info/dependency_links.txt
trio.egg-info/requires.txt
trio.egg-info/top_level.txt
trio/_core/__init__.py
trio/_core/_exceptions.py
trio/_core/_io_epoll.py
trio/_core/_io_kqueue.py
trio/_core/_io_windows.py
trio/_core/_ki.py
trio/_core/_multierror.py
trio/_core/_parking_lot.py
trio/_core/_result.py
trio/_core/_run.py
trio/_core/_traps.py
trio/_core/_unbounded_queue.py
trio/_core/_wakeup_socketpair.py
trio/_core/_windows_cffi.py
trio/_core/tests/__init__.py
trio/_core/tests/conftest.py
trio/_core/tests/test_epoll.py
trio/_core/tests/test_io.py
trio/_core/tests/test_ki.py
trio/_core/tests/test_multierror.py
trio/_core/tests/test_parking_lot.py
trio/_core/tests/test_result.py
trio/_core/tests/test_run.py
trio/_core/tests/test_tutil.py
trio/_core/tests/test_unbounded_queue.py
trio/_core/tests/test_util.py
trio/_core/tests/test_windows.py
trio/_core/tests/tutil.py
trio/_core/tests/test_multierror_scripts/__init__.py
trio/_core/tests/test_multierror_scripts/_common.py
trio/_core/tests/test_multierror_scripts/custom_excepthook.py
trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py
trio/_core/tests/test_multierror_scripts/simple_excepthook.py
trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py
trio/tests/__init__.py
trio/tests/conftest.py
trio/tests/test_signals.py
trio/tests/test_socket.py
trio/tests/test_sync.py
trio/tests/test_testing.py
trio/tests/test_threads.py
trio/tests/test_timeouts.py