group-wbl/.venv/lib/python3.13/site-packages/uvloop/handles/check.pxd

15 lines
276 B
Cython
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
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)