class StreamYielder
Swift
class StreamYielder<T>
Server-side stream yielder for sending data chunks to client
nprpc_swift/Sources/NPRPC/StreamReader.swift:780
Methods
func finish()
Mark stream as complete
nprpc_swift/Sources/NPRPC/StreamReader.swift:819
func yield(_ value: T)
Send a value to the client
nprpc_swift/Sources/NPRPC/StreamReader.swift:807