File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # version: 1.2
1+ # version: 1.3
22
33.PHONY : all virtualenv
44MAX_LINE_LENGTH =110
Original file line number Diff line number Diff line change @@ -132,8 +132,9 @@ class AsyncZeroconf:
132132
133133 Supports registration, unregistration, queries and browsing.
134134
135- The async version is currently a wrapper around the sync version
136- with I/O being done in the executor for backwards compatibility.
135+ The async version is currently a wrapper around Zeroconf which
136+ is now also async. It is expected that an asyncio event loop
137+ is already running before creating the AsyncZeroconf object.
137138 """
138139
139140 def __init__ (
@@ -145,7 +146,7 @@ def __init__(
145146 zc : Optional [Zeroconf ] = None ,
146147 ) -> None :
147148 """Creates an instance of the Zeroconf class, establishing
148- multicast communications, listening and reaping threads .
149+ multicast communications, and listening .
149150
150151 :param interfaces: :class:`InterfaceChoice` or a list of IP addresses
151152 (IPv4 and IPv6) and interface indexes (IPv6 only).
You can’t perform that action at this time.
0 commit comments