Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ worker_id
Method
worker_id
crates/hyperqueue/src/server/worker.rs:41–43 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
}
40
41
pub fn worker_id(&self) -> WorkerId {
42
self.worker_id
43
}
44
45
pub fn configuration(&self) -> &WorkerConfiguration {
46
&self.configuration
Callers
3
add_worker
Method · 0.45
handle_prune_journal
Function · 0.45
handle_worker_stop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected