Instance Methodgrpc-swift 2.0.0GRPCCore
finish(throwing:)
GRPCAsyncThrowingStream.swift:97func finish(throwing error: any Error) async
func finish(throwing error: any Error) async
s8GRPCCore23GRPCAsyncThrowingStreamV12ContinuationV6finish8throwingys5Error_p_tYaF
What are these?9CIXU
where Element:Sendable
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct Continuation
struct GRPCAsyncThrowingStream<Element> where Element : Sendable
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
func finish() async
func write(_ element: Element) async throws
func write(contentsOf elements: some Sequence<Element>) async throws