MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / subscribe

Method subscribe

crates/openshell-server/src/readiness.rs:137–139  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

135 /// contention (`tokio::sync::watch` semantics).
136 #[must_use]
137 pub fn subscribe(&self) -> watch::Receiver<HealthState> {
138 self.receiver.clone()
139 }
140
141 /// Wait until the monitor publishes its first non-`Initializing` state.
142 ///

Calls

no outgoing calls

Tested by

no test coverage detected