MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / quit_service

Method quit_service

crates/hyperqueue/src/server/autoalloc/service.rs:74–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72
73impl 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() {

Callers 1

initialize_serverFunction · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected