[][src]Module tokio_zmq::async_types::stream

Structs

ControlledStream

ControlledStreams are used when you want a stream of multiparts, but you want to be able to turn it off.

EndingStream

A stream that ends when the EndHandler's should_stop method returns True

MultipartStream

The MultipartStream Sink handles receiving streams of data from ZeroMQ Sockets.

Timeout

An empty type to represent a timeout event

TimeoutStream

A stream that provides either an Item or a Timeout