Module 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§

Router
The async wrapper of ZMQ socket with ROUTER type

Functions§

router
Create a ZMQ socket with ROUTER type