LICENSE
README.md
pyproject.toml
awaits/__init__.py
awaits/awaitable.py
awaits/common_data.py
awaits/config.py
awaits/errors.py
awaits/py.typed
awaits/room_keeper.py
awaits/shoot.py
awaits/task.py
awaits/threads_pools_room.py
awaits.egg-info/PKG-INFO
awaits.egg-info/SOURCES.txt
awaits.egg-info/dependency_links.txt
awaits.egg-info/requires.txt
awaits.egg-info/top_level.txt
awaits/pools/__init__.py
awaits/pools/abstract_pool.py
awaits/pools/threads_pool.py
awaits/protocols/__init__.py
awaits/protocols/queue.py
awaits/units/__init__.py
awaits/units/abstract_unit.py
awaits/units/thread_unit.py
awaits/utils/__init__.py
awaits/utils/end_of_wrappers.py
awaits/utils/get_pool_for_decorator.py
tests/test_awaitable.py
tests/test_config.py
tests/test_shoot.py
tests/test_task.py