Skip to content

zp: Add support for using tokio runtime

Previously, zbus_polkit would pull in the async-io default-feature of zbus and thereby break tokio async functions in D-Bus methods, because they would run in the separate zbus thread.

Merge request reports