Skip to content

Commit

Permalink
feat: small speed ups to ServiceBrowser (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 14, 2023
1 parent 1b3225f commit 22c433d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zeroconf/_services/browser.pxd
Expand Up @@ -72,3 +72,5 @@ cdef class _ServiceBrowserBase(RecordUpdateListener):
cpdef _async_schedule_next(self, object now)

cpdef _async_send_ready_queries(self, object now)

cpdef _cancel_send_timer(self)

0 comments on commit 22c433d

Please sign in to comment.