MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / concurrency_env_value

Function concurrency_env_value

lambda-runtime/src/runtime.rs:454–456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

452}
453
454fn concurrency_env_value() -> Option<String> {
455 env::var("AWS_LAMBDA_MAX_CONCURRENCY").ok()
456}
457
458#[cfg(feature = "concurrency-tokio")]
459async fn concurrent_worker_loop<S>(mut service: S, config: Arc<Config>, client: Arc<ApiClient>) -> Result<(), BoxError>

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected