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

Method try_submit

crates/hyperqueue/src/server/autoalloc/process.rs:2232–2236  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2230 }
2231
2232 async fn try_submit(&mut self) {
2233 perform_submits(&mut self.state, &self.senders)
2234 .await
2235 .unwrap();
2236 }
2237
2238 async fn create_simple_tasks(&mut self, count: u64, resource_rq_id: ResourceRqId) {
2239 self.handle

Calls 1

perform_submitsFunction · 0.85

Tested by

no test coverage detected