(&self)
| 72 | |
| 73 | impl AutoAllocService { |
| 74 | pub fn quit_service(&self) { |
| 75 | self.send(AutoAllocMessage::QuitService); |
| 76 | } |
| 77 | |
| 78 | pub fn on_worker_connected(&self, worker_id: WorkerId, configuration: &WorkerConfiguration) { |
| 79 | if let Some(manager_info) = configuration.get_manager_info() { |
no test coverage detected