cwzx / nngpp

C++ wrapper around the nanomsg NNG API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No nng_device AIO?

alexcwu1121 opened this issue · comments

I only see a wrapper for int nng_device(nng_socket s1, nng_socket s2), but not void nng_device_aio(nng_aio *aio, nng_socket s1, nng_socket s2);. Am I missing something? If not, are there plans to implement this in the future?