Communication channels for sending and receiving clock disruption events.
| 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: _, |
nothing calls this directly
no outgoing calls
no test coverage detected