func shutdown()

in Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift [55:61]


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