func shutdown()

in Sources/Confidence/EventSenderEngine.swift [154:159]


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