Instance Propertyswift-nio 2.72.0_NIOFileSystem
description
CopyStrategy.swift:112var description: String { get }
Other members in extension
Type members
static let platformDefault: `Self`
Operate in whatever manner is deemed a reasonable default for the platform. This will limit the maximum file descriptors usage based on ‘reasonable’ defaults.
static let sequential: `Self`
The copy is done asynchronously, but only one operation will occur at a time. This is the only way to guarantee only one callback to the
shouldCopyItem
will happen at a timestatic func parallel(maxDescriptors: Int
) throws -> CopyStrategy Allow multiple IO operations to run concurrently, including file copies/directory creation and scanning