nanomsg ~master (2016-03-04T06:45:08Z)
Home
Dub
Repo
nn_req_handle
deimos
nanomsg
reqrep
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
system
nothrow @
nogc
union
nn_req_handle {
int
i
;
void
*
ptr
;
}
Members
Variables
i
int
i
;
Undocumented in source.
ptr
void
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
deimos
nanomsg
reqrep
functions
nn_req_recv
nn_req_send
manifest constants
NN_PROTO_REQREP
NN_REP
NN_REQ
NN_REQ_RESEND_IVL
unions
nn_req_handle