Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ connection
Method
connection
crates/hyperqueue/src/transfer/connection.rs:32–34 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
30
}
31
32
pub fn connection(&mut self) -> &mut ClientConnection {
33
&mut self.connection
34
}
35
}
36
37
async fn try_connect_to_server(record: &ClientAccessRecord) -> crate::Result<TcpStream> {
Callers
8
stop_server
Function · 0.80
wait_for_jobs
Function · 0.80
wait_for_jobs_with_progress
Function · 0.80
stream_json
Function · 0.80
test_start_stop
Function · 0.80
preload_dashboard_events
Function · 0.80
create_data_fetch_process
Function · 0.80
stop_server_impl
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_start_stop
Function · 0.64