dbus: Use ThreadPool instead of zbus blocking API

The `zbus` blocking API just wraps the async API with `block_on`, so we
may as well use our own executor.
This commit is contained in:
Ian Douglas Scott 2025-06-17 17:50:30 -07:00 committed by Ian Douglas Scott
parent 8455869439
commit 55401b1e53
5 changed files with 26 additions and 29 deletions

1
Cargo.lock generated
View file

@ -834,6 +834,7 @@ dependencies = [
"egui",
"egui_plot",
"futures-executor",
"futures-util",
"i18n-embed",
"i18n-embed-fl",
"iced_tiny_skia",