.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/deploy.yml
.github/workflows/test.yml
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/reference.rst
docs/requirements.txt
docs/testing.rst
docs/tutorial.rst
docs/examples/__init__.py
docs/examples/exception.py
docs/examples/explanation_async.py
docs/examples/explanation_async_parallel.py
docs/examples/explanation_sync.py
docs/examples/explanation_thread.py
docs/examples/simple.py
docs/examples/cats/.gitignore
docs/examples/images/explanation1.png
docs/examples/tests/conftest.py
docs/examples/tests/test_explanation_async.py
docs/examples/tests/test_explanation_async_parallel.py
docs/examples/tests/test_explanation_sync.py
docs/examples/tests/test_explanation_thread.py
docs/examples/tests/test_simple.py
src/qt_async_threads/__init__.py
src/qt_async_threads/_async_runner_abc.py
src/qt_async_threads/_qt_async_runner.py
src/qt_async_threads/_sequential_runner.py
src/qt_async_threads/pytest_plugin.py
src/qt_async_threads.egg-info/PKG-INFO
src/qt_async_threads.egg-info/SOURCES.txt
src/qt_async_threads.egg-info/dependency_links.txt
src/qt_async_threads.egg-info/entry_points.txt
src/qt_async_threads.egg-info/not-zip-safe
src/qt_async_threads.egg-info/requires.txt
src/qt_async_threads.egg-info/top_level.txt
tests/__init__.py
tests/test_async_tester.py
tests/test_qt_async_runner.py
tests/test_sequential_runner.py
tests/testing.py