Skip to content

Add Async ObjectServer+Interface & make async the primary API

Zeeshan Ali Khan requested to merge zeenix/zbus:async-interface into main

As promised, async ObjectServer and Interface finally implemented. Now that we also have the high-level service-side async API, I also made async our primary API, with sync API just blocking wrappers. I took inspiration for the latter (including the name blocking) from other crates that provide a similar API (e.g reqwest).

Fixes #37 (closed).

Merge request reports