Module async_zmq::router

source ·
Expand description

ROUTER socket module of Request-reply pattern in ZMQ

Use the router function to instantiate a router socket and use methods from the Sink/SinkExt and Stream/StreamExt traits.

A router socket must be paired with a dealer, request or another router socket.

Example

Structs

  • The async wrapper of ZMQ socket with ROUTER type

Functions

  • Create a ZMQ socket with ROUTER type