feat: small speed up to handler dispatch by bdraco · Pull Request #1140 · python-zeroconf/python-zeroconf

@bdraco

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 bdraco marked this pull request as ready for review

April 1, 2023 02:14

@bdraco bdraco deleted the handler_dispatch branch

April 1, 2023 02:14