Cancellable
Cancellator.swift:189protocol Cancellable
Browse conforming typesprotocol Cancellable
import Basics
func cancel(deadline: DispatchTime) throws
import SourceControl
protocol RepositoryProvider : Cancellable
A repository provider.
import SPMBuildCore
protocol BuildSystem : Cancellable
A protocol that represents a build system used by SwiftPM for all build operations. This allows factoring out the implementation details between SwiftPM’s BuildOperation
and the XCBuild backed XCBuildSystem
.