Class ParallelMergeCombiningSequence.CancellationGizmo

  • Enclosing class:
    ParallelMergeCombiningSequence<T>

    public static class ParallelMergeCombiningSequence.CancellationGizmo
    extends Object
    Token used to stop internal parallel processing across all tasks in the merge pool. Allows any RecursiveAction signal the others and the output sequence that something bad happened and processing should cancel, such as a timeout, error, or connection loss.
    • Constructor Detail

      • CancellationGizmo

        public CancellationGizmo()