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

Class ClockDisruptionChannels

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

Communication channels for sending and receiving clock disruption events.

Source from the content-addressed store, hash-verified

401 ///
402 /// This function will spawn all initialized io tasks. If a task is not initialized it will be
403 /// skipped. Spawning will occur in an arbitrary order.
404 pub fn spawn_all(&mut self) {
405 self.task_tracker.reopen();
406 // Spawn Amazon Time Sync source
407 if let Some(Source {
408 state,
409 ctrl_sender: _,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected