MCPcopy Create free account
hub / github.com/dfinity/orbit / with_max_concurrency

Method with_max_concurrency

libs/orbit-essentials/src/utils/lock.rs:36–39  ·  view source on GitHub ↗
(mut self, max_concurrency: usize)

Source from the content-addressed store, hash-verified

34
35impl CallerGuardParams {
36 pub fn with_max_concurrency(mut self, max_concurrency: usize) -> Self {
37 self.max_concurrency = Some(max_concurrency);
38 self
39 }
40
41 pub fn with_expires_at_ns(mut self, expires_at_ns: u64) -> Self {
42 self.expires_at_ns = Some(expires_at_ns);

Callers 1

deploy_stationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected