Creates a new [`watch::Receiver`] connected to the clock distribution watch [`watch::Sender`].
(&self)
| 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 | /// |