Structure
FileIO.FileChunks
Wrapper around
NIOFileSystem.FileChunks. This can be removed once NIOFileSystem reaches a stable API.struct FileChunks
Topics
Structures
Instance Methods
func closeHandle() async throwsfunc makeAsyncIterator() -> FileIO.FileChunks.FileChunksIteratorCreates the asynchronous iterator that produces elements of this asynchronous sequence.
Type Aliases
typealias ElementThe type of element produced by this asynchronous sequence.
Relationships
Conforms To
_Concurrency.AsyncSequence