Skip to content

zb: Provide even tighter/better tokio integration

Zeeshan Ali Khan requested to merge zeenix/zbus:tokio-integration-all-in into main

At least some of the tokio users are (understandably) not happy about zbus still dragging deps that shouldn't be needed when tokio integration is enabled. This MR addresses that for at least 3 of the main ones: async-executor, async-task and async-lock.

Since we need an API break, we're moving to 3.0.

Edited by Zeeshan Ali Khan

Merge request reports