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

1
Cargo.lock generated
View file

@ -846,6 +846,7 @@ dependencies = [
"eyre",
"sidebus-common",
"tokio",
"tokio-stream",
"tokio-vsock",
"tracing",
"tracing-subscriber",