Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/uvloop/handles/idle.pxd

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)
Back to Directory File Manager