feat(supervisor): ChildHandle trait + MockChild

This commit is contained in:
2026-05-25 11:33:23 +02:00
parent bd926061bf
commit 1d2848f03a
2 changed files with 96 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
//! Process-supervision primitives for the xy daemon.
pub mod child;
pub use child::{ChildHandle, MockChild, MockChildController};