Instance Methodgrpc-swift 2.0.0GRPCCore
write(contentsOf:)
GRPCAsyncThrowingStream.swift:85func write(contentsOf elements: some Sequence<Element>) async throws
func write(contentsOf elements: some Sequence<Element>) async throws
s8GRPCCore23GRPCAsyncThrowingStreamV12ContinuationV5write10contentsOfyqd___tYaK7ElementQyd__RszSTRd__lF
What are these?TXV3
where Element:Sendable
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct Continuation
struct GRPCAsyncThrowingStream<Element> where Element : Sendable
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
protocol Sendable
func finish() async
func finish(throwing error: any Error) async
func write(_ element: Element) async throws