WEFT_OS/crates/weft-appd
Marco Allegretti 3315b158db feat(appd): broadcast AppState::Stopped when supervised process exits
runtime.rs: after the child exits (natural exit or abort), supervise()
now broadcasts AppState { session_id, state: Stopped } in the same
lock scope as set_state. WebSocket clients receive the notification
without needing to poll QueryAppState or call TerminateApp.
2026-03-11 11:16:28 +01:00
..
src feat(appd): broadcast AppState::Stopped when supervised process exits 2026-03-11 11:16:28 +01:00
Cargo.toml feat(appd): implement runtime supervisor with process spawning and READY signal 2026-03-11 09:17:20 +01:00