Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ run
Method
run
crates/hyperqueue/src/worker/bootstrap.rs:83–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
82
impl InitializedWorker {
83
pub async fn run(self) -> Result<(), DsError> {
84
self.future.await
85
}
86
}
87
88
pub async fn initialize_worker(
Callers
3
on_files
Function · 0.45
start_hq_worker
Function · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected