init(wrapping:)

Create a FileChunks sequence backed by wrapping an AsyncSequence.

FileChunks.swift:34
iOS
13.0+
macOS
10.15+
tvOS
13.0+
watchOS
6.0+
init<S>(wrapping sequence: S) where S : Sendable, S : AsyncSequence, S.Element == ByteBuffer