.gitignore
LICENSE.txt
MANIFEST.in
coverage.svg
fspin_cheatsheet.md
pyproject.toml
pytest.ini
readme.md
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/benchmark.yml
.github/workflows/ci.yml
.github/workflows/coverage.yml
.github/workflows/pypi-publish.yml
benchmark/benchmark.py
benchmark/combine_reports.py
benchmark/unified_benchmark_report.md
benchmark/update_benchmark.py
example/README.md
example/async_decorator.py
example/async_manual.py
example/dynamic_frequency.py
example/lambda_condition.py
example/loop_in_place.py
example/sync_decorator.py
example/sync_manual.py
fspin/RateControl.py
fspin/__init__.py
fspin/__main__.py
fspin/decorators.py
fspin/loop_context.py
fspin/rate_control.py
fspin/reporting.py
fspin/spin_context.py
fspin/unified.py
fspin.egg-info/PKG-INFO
fspin.egg-info/SOURCES.txt
fspin.egg-info/dependency_links.txt
fspin.egg-info/top_level.txt
setup/__init__.py
setup/package_info.py
setup/process_readme.py
setup/readme.template.md
tests/test.py
tests/test_error_logging.py
tests/test_python_version_support.py
tests/test_ratecontrol.py
tests/test_spin_context.py
tests/test_spin_context_sync_wait.py
tests/test_sync_wait_join.py
tests/test_sync_waitable_decorator.py