MCPcopy 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
82impl InitializedWorker {
83 pub async fn run(self) -> Result<(), DsError> {
84 self.future.await
85 }
86}
87
88pub async fn initialize_worker(

Callers 3

on_filesFunction · 0.45
start_hq_workerFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected