ActionDispatchObserver

public protocol ActionDispatchObserver

The protocol for observers of the ActionDispatcher.

Dispatch observers are called asynchronously on an arbitrary queue.

Note

Because of the user of generics, this cannot be @objc which is required if we want to use ObserverSet because… https://bugs.swift.org/browse/SR-55