NNGAio.this

Creator for both function and delegate callbacks Param: - callback pointer - callback argument pointer - context pointer to store

  1. this(T cb, void* arg, void* ctx)
    struct NNGAio
    this
    (
    T
    )
    (
    T cb
    ,
    void* arg
    ,
    void* ctx = null
    )
  2. this(nng_aio* src)