b966ff7a3d
* Defer creating tasks we know are going to wait on the entity platform semaphore When looking at whats going on with aiomonitor-ng, I noticed we end up creating a lot of tasks that block waiting for the executor because of the entity platform parallel_updates semaphore. When we know the tasks are going to block we now await them in sequence to avoid feeding the loop a herd of tasks that will block on the semaphore * change during iteration fix * change during iteration fix * cleanup * cleanup * fix vizio test |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
const.py | ||
test_config_flow.py | ||
test_init.py | ||
test_media_player.py |