Module zbus::azync[][src]

The asynchronous API.

This module hosts all our asynchronous API.

Structs

Connection

The asynchronous sibling of zbus::Connection.

MessageSink

A futures_sink::Sink implementation that consumes Message instances.

MessageStream

A stream::Stream implementation that yields Message items.

Proxy

The asynchronous sibling of crate::Proxy.

SignalStream

A stream::Stream implementation that yields signal messages.