[][src]Module async_zmq::dealer

DEALER socket module of Request-reply pattern in ZMQ

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

Example

Structs

Dealer

The async wrapper of ZMQ socket with DEALER type

Functions

dealer

Create a ZMQ socket with DEALER type