Skip to content

azync::Connection now implements Stream & Sink directly

Zeeshan Ali Khan requested to merge zeenix/zbus:conn-as-stream-and-sink into main

Instead of users having to call stream and sink methods to create a MessageStream and MessageSink respectively, they can just use Connection directly as Stream and Sink now. This simplifies the API.

Merge request reports