Module async_zmq::dealer

source ·
Expand description

DEALER socket module of Request-reply pattern in ZMQ

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

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

Example

Structs

  • The async wrapper of ZMQ socket with DEALER type

Functions

  • Create a ZMQ socket with DEALER type