Add NameOwnerStream to support waiting for clients taking names on an owned bus

This commit is contained in:
Val Packett 2025-07-17 21:19:17 -03:00
parent e32d6746df
commit e4bace1793
3 changed files with 74 additions and 0 deletions

View file

@ -13,3 +13,4 @@ tokio-vsock = "0.7.1"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
zbus = { workspace = true }
tokio-stream = "0.1.17"