second commit
This commit is contained in:
14
env/lib/python3.11/site-packages/uvloop/handles/idle.pxd
vendored
Normal file
14
env/lib/python3.11/site-packages/uvloop/handles/idle.pxd
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
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)
|
Reference in New Issue
Block a user