msg type -> wire::push() -> update handle wire into module/service/ect

This commit is contained in:
2026-09-12 15:04:06 +01:00
parent 539c80cda9
commit 27ec2b90a6
24 changed files with 411 additions and 204 deletions
@@ -0,0 +1,5 @@
//! Messages owned by bar modules.
mod clock;
pub use clock::ClockMsg;