func shutdown()

in Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift [67:73]


    func shutdown() {
        for cancellable in cancellables {
            cancellable.cancel()
        }
        cancellables.removeAll()
        currentResolveTask?.cancel()
    }