Files
context-continuity/venv.old-py38/lib/python3.9/site-packages/uvloop/handles/idle.pxd
T

15 lines
274 B
Cython
Raw Normal View History

cdef class UVIdle(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 UVIdle new(Loop loop, Handle h)