Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
pub fn create_autoalloc_service(
Callers
15
client_stop_server
Function · 0.45
stream_json
Function · 0.45
flush
Method · 0.45
send_data
Method · 0.45
stream_writer
Function · 0.45
stream_events
Function · 0.45
start_streaming
Function · 0.45
client_rpc_loop
Function · 0.45
reconstruct_historical_events
Function · 0.45
quit_service
Method · 0.45
on_worker_connected
Method · 0.45
on_worker_lost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected