Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / uvloop   python

Repository URL to install this package:

Version: 0.9.1 

/ handles / async_.pxd

cdef class UVAsync(UVHandle):
    cdef:
        method_t callback
        object ctx

    cdef _init(self, Loop loop, method_t callback, object ctx)

    cdef send(self)

    @staticmethod
    cdef UVAsync new(Loop loop, method_t callback, object ctx)