MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / backlog

Method backlog

crates/hyperqueue/src/server/autoalloc/queue/mod.rs:57–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn backlog(&self) -> u32 {
58 self.0.backlog
59 }
60
61 pub fn max_workers_per_alloc(&self) -> u32 {
62 self.0.max_workers_per_alloc

Calls

no outgoing calls