Instance Methodvapor 4.114.1Vapor
closeHandle
FileIO.swift:399func closeHandle() async throws
func closeHandle() async throws
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct FileChunks
Wrapper around NIOFileSystem.FileChunks
. This can be removed once NIOFileSystem
reaches a stable API.
struct FileIO
FileIO
is a convenience wrapper around SwiftNIO’s NonBlockingFileIO
.
func makeAsyncIterator() -> FileChunksIterator
struct FileChunksIterator
typealias Element = ByteBuffer