init(wrapping:)

Creates an RPCAsyncSequence by wrapping another AsyncSequence.

RPCAsyncSequence.swift:33
init<Source>(wrapping other: Source) where Element == Source.Element, Failure == Source.Failure, Source : Sendable, Source : AsyncSequence