[][src]Module async_zmq::router

ROUTER socket module of Request-reply pattern in ZMQ

Use router function to instantiate a routerer and the you will be able to use methods from both Sink/SinkExt and Stream/StreamExt traits.

Example

Structs

Router

The async wrapper of ZMQ socket with ROUTER type

Functions

router

Create a ZMQ socket with ROUTER type