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.
Sendable
1 parent a435b7d commit d38e16bCopy full SHA for d38e16b
Sources/GRPC/GRPCStatusAndMetadata.swift
@@ -18,7 +18,7 @@ import NIOHTTP1
18
19
/// A simple struct holding a ``GRPCStatus`` and optionally trailers in the form of
20
/// `HPACKHeaders`.
21
-public struct GRPCStatusAndTrailers: Equatable {
+public struct GRPCStatusAndTrailers: Equatable, Sendable {
22
/// The status.
23
public var status: GRPCStatus
24
0 commit comments