Protocols¶
-
class req¶
Represents an nng_req protocol.
Public Functions
-
inline req(ev::hf_registry &h, ev::enqueuer &r)¶
Construct a req.
-
inline context_registry &ctxs()¶
Get the context_registry.
-
inline void stop()¶
Stop socket and all contexts.
-
inline req(ev::hf_registry &h, ev::enqueuer &r)¶
-
class rep¶
Represents an nng_rep protocol.
Public Functions
-
inline rep(ev::hf_registry &h, ev::enqueuer &r)¶
Construct a rep.
-
inline context_registry &ctxs()¶
Get the context_registry.
-
inline void stop()¶
Stop socket and all contexts.
-
inline rep(ev::hf_registry &h, ev::enqueuer &r)¶
-
class push¶
Represents an nng_push protocol.
-
class pull¶
Represents an nng_pull protocol.