Skip to content

Commit 22c433d

Browse files
authored
feat: small speed ups to ServiceBrowser (#1271)
1 parent 1b3225f commit 22c433d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/zeroconf/_services/browser.pxd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ cdef class _ServiceBrowserBase(RecordUpdateListener):
7272
cpdef _async_schedule_next(self, object now)
7373

7474
cpdef _async_send_ready_queries(self, object now)
75+
76+
cpdef _cancel_send_timer(self)

0 commit comments

Comments
 (0)