LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/basic_usage.py
fish_async_task/__init__.py
fish_async_task/cleanup.py
fish_async_task/config.py
fish_async_task/py.typed
fish_async_task/task_manager.py
fish_async_task/task_status.py
fish_async_task/types.py
fish_async_task/worker.py
fish_async_task.egg-info/PKG-INFO
fish_async_task.egg-info/SOURCES.txt
fish_async_task.egg-info/dependency_links.txt
fish_async_task.egg-info/requires.txt
fish_async_task.egg-info/top_level.txt
tests/__init__.py
tests/concurrency_helpers.py
tests/test_adaptive_scaling.py
tests/test_batch_updater.py
tests/test_concurrent_stress.py
tests/test_cython_import.py
tests/test_new_performance_modules.py
tests/test_priority_cleanup.py
tests/test_sharded_status.py
tests/test_task_manager.py
tests/integration/__init__.py
tests/integration/test_end_to_end.py
tests/performance/__init__.py
tests/performance/conftest.py
tests/performance/test_baseline_pypi.py
tests/performance/test_batch_perf.py
tests/performance/test_cleanup_perf.py
tests/performance/test_comparison.py
tests/performance/test_comprehensive_comparison.py
tests/performance/test_current_dev.py
tests/performance/test_dramatiq_comparison.py
tests/performance/test_helpers.py
tests/performance/test_huey_comparison.py
tests/performance/test_library_comparison.py
tests/performance/test_performance.py
tests/performance/test_sharded_perf.py
tests/performance/utils.py