• Invalidates the executor result if another executor is fulfilled or invalidated.

    Parameters

    • peerMatcher: Iterable<Executor<any>, any, any> | ((executor: Executor<any>) => any)

      A collection of peer executors or a callback that returns a truthy value for a matching peer executor.

    Returns ExecutorPlugin