Module rmp_ipc::stream_emitter[][src]

Structs

EmitMetadata

A metadata object returned after emitting an event. This object can be used to wait for a response to an event.

StreamEmitter

An abstraction over the raw tokio tcp stream to emit events and share a connection across multiple contexts.