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

Method send

crates/hyperqueue/src/server/autoalloc/service.rs:168–170  ·  view source on GitHub ↗
(&self, msg: AutoAllocMessage)

Source from the content-addressed store, hash-verified

166 }
167
168 fn send(&self, msg: AutoAllocMessage) {
169 let _ = self.sender.send(msg);
170 }
171}
172
173pub fn create_autoalloc_service(

Callers 15

client_stop_serverFunction · 0.45
stream_jsonFunction · 0.45
flushMethod · 0.45
send_dataMethod · 0.45
stream_writerFunction · 0.45
stream_eventsFunction · 0.45
start_streamingFunction · 0.45
client_rpc_loopFunction · 0.45
quit_serviceMethod · 0.45
on_worker_connectedMethod · 0.45
on_worker_lostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected