Initializergrpc-swift 2.0.0GRPCCore
init(stream:)
ServerRequest.swift:72init(stream request: StreamingServerRequest<Message>) async throws
init(stream request: StreamingServerRequest<Message>) async throws
s8GRPCCore13ServerRequestV6streamACyxGAA09StreamingbC0VyxG_tYaKcfc
What are these?83PQB
where Message:Sendable
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct ServerRequest<Message> where Message : Sendable
A request received at the server containing a single message.
struct StreamingServerRequest<Message> where Message : Sendable
A request received at the server containing a stream of messages.
protocol Sendable