We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558b74e commit a53b7b7Copy full SHA for a53b7b7
Sources/AWSLambdaRuntime/LambdaRuntime.swift
@@ -29,7 +29,9 @@ public final class LambdaRuntime<Handler>: @unchecked Sendable where Handler: St
29
// TODO: We want to change this to Mutex as soon as this doesn't crash the Swift compiler on Linux anymore
30
@usableFromInline
31
let handlerMutex: NIOLockedValueBox<Handler?>
32
+ @usableFromInline
33
let logger: Logger
34
35
let eventLoop: EventLoop
36
37
public init(
0 commit comments