- [x] Must unregister all in async https://github.com/jstasiak/python-zeroconf/issues/640 - [x] Must implement the type finder https://github.com/jstasiak/python-zeroconf/issues/641 https://github.com/jstasiak/python-zeroconf/issues/641 - [x] Must set `__all__` to ensure nothing unexpected leaks into the docs https://github.com/jstasiak/python-zeroconf/pull/652 - [x] Must remove all executor calls https://github.com/jstasiak/python-zeroconf/pull/653
Must unregister all in async Implement
async_unregister_all_services#640Must implement the type finder Implement async version of types find as async_find #641 Implement async version of types find as async_find #641
Must set
__all__to ensure nothing unexpected leaks into the docs Set __all__ in zeroconf.aio to ensure private functions do now show in the docs #652Must remove all executor calls Remove all calls to the executor in AsyncZeroconf #653