We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e818ad9 commit c432ea7Copy full SHA for c432ea7
Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift
@@ -197,7 +197,7 @@ public final class LambdaRuntime<Handler: ByteBufferLambdaHandler> {
197
}
198
199
200
-/// This is safe since lambda runtime is intended to be used within a single `EventLoop`
+/// This is safe since lambda runtime synchronizes by dispatching all methods to a single `EventLoop`
201
#if compiler(>=5.5) && canImport(_Concurrency)
202
extension LambdaRuntime: @unchecked Sendable {}
203
#endif
0 commit comments