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 7dd5f23 commit abf5c55Copy full SHA for abf5c55
Sources/OpenAPILambdaTransport.swift
@@ -71,7 +71,7 @@ public struct OpenAPILambdaTransport: ServerTransport, Sendable {
71
}
72
73
74
- final class Box<T>: @unchecked Sendable {
+ private final class Box<T>: @unchecked Sendable {
75
var value: T
76
init(_ value: T) { self.value = value }
77
0 commit comments