Skip to content

Commit c432ea7

Browse files
tomerdfabianfett
andauthored
Update Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift
Co-authored-by: Fabian Fett <[email protected]>
1 parent e818ad9 commit c432ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public final class LambdaRuntime<Handler: ByteBufferLambdaHandler> {
197197
}
198198
}
199199

200-
/// This is safe since lambda runtime is intended to be used within a single `EventLoop`
200+
/// This is safe since lambda runtime synchronizes by dispatching all methods to a single `EventLoop`
201201
#if compiler(>=5.5) && canImport(_Concurrency)
202202
extension LambdaRuntime: @unchecked Sendable {}
203203
#endif

0 commit comments

Comments
 (0)