We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb37db commit bbcc0d9Copy full SHA for bbcc0d9
Sources/GRPC/Server.swift
@@ -79,7 +79,7 @@ import Network
79
/// HTTP2Frame.FramePayload│ │HTTP2Frame.FramePayload
80
/// │ ▼
81
///
82
-///- Note: This class is thread safe. It's marked as `@unchecked Sendable` because the non-Sendable
+/// - Note: This class is thread safe. It's marked as `@unchecked Sendable` because the non-Sendable
83
/// `errorDelegate` property is mutated, but it's done thread-safely, as it only happens inside the `EventLoop`.
84
public final class Server: @unchecked Sendable {
85
/// Makes and configures a `ServerBootstrap` using the provided configuration.
0 commit comments