This commit is contained in:
J. Nick Koston 2023-11-27 23:07:12 -06:00
parent e4a5a6dea6
commit 00b1a234b8
No known key found for this signature in database
1 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,16 @@ cdef object CONNECTION_STATE_CONNECTED
cdef object CONNECTION_STATE_CLOSED
cdef object make_hello_request
cpdef _handle_timeout(object fut)
cpdef _handle_complex_message(
object fut,
list responses,
object do_append,
object do_stop,
object resp,
)
cdef object handle_timeout
cdef object handle_complex_message