feat: small speed ups to ServiceBrowser (#1271) · python-zeroconf/python-zeroconf@22c433d

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 22c433d

authored

feat: small speed ups to ServiceBrowser (#1271)

1 parent 1b3225f commit 22c433d

File tree

1 file changed

+

2

-

0

lines changed

1 file changed

+

2

-

0

lines changed

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)