Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ worker_id_counter
Method
worker_id_counter
crates/hyperqueue/src/server/restore.rs:159–161 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
157
self.max_job_id + 1
158
}
159
pub fn worker_id_counter(&self) -> WorkerId {
160
(self.max_worker_id + 1).into()
161
}
162
pub fn queue_id_counter(&self) -> QueueId {
163
self.max_queue_id + 1
164
}
Callers
1
start_server
Function · 0.80
Calls
1
into
Method · 0.80
Tested by
no test coverage detected