func run()

in swift/Diffuser/Sources/Diffuser/diffuser/Diffuser.swift [65:70]


        func run(_ newValue: A) {
            if shouldRunWithNewValue(newValue) {
                effect(newValue)
            }
            cache = newValue
        }