feat: small speed up to handler dispatch by bdraco · Pull Request #1140 · python-zeroconf/python-zeroconf
We were making a copy of the handler list every time a change was fired. We can use a view instead to avoid the list changed during iteration problem until we can refactor to only change the handler list in the event loop.
added 2 commits
March 31, 2023 16:04
bdraco
marked this pull request as ready for review
bdraco
deleted the
handler_dispatch
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters