webshell/.env/lib/python3.12/site-packages/uvloop/handles/check.pxd

15 lines
276 B
Cython

cdef class UVCheck(UVHandle):
cdef:
Handle h
bint running
# All "inline" methods are final
cdef _init(self, Loop loop, Handle h)
cdef inline stop(self)
cdef inline start(self)
@staticmethod
cdef UVCheck new(Loop loop, Handle h)