MCPcopy Create free account
hub / github.com/aws/clock-bound / clock_disruption_receiver

Method clock_disruption_receiver

clock-bound/src/daemon/io.rs:268–270  ·  view source on GitHub ↗

Creates a new [`watch::Receiver`] connected to the clock distribution watch [`watch::Sender`].

(&self)

Source from the content-addressed store, hash-verified

266
267 // Creates a new [`watch::Receiver`] connected to the clock distribution watch [`watch::Sender`].
268 pub fn clock_disruption_receiver(&self) -> watch::Receiver<ClockDisruptionEvent> {
269 self.clock_disruption_channels.sender.subscribe()
270 }
271
272 /// Spawns all io tasks which have been initialized.
273 ///

Callers 1

constructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected