Interface ParallelTask<T>

    • Method Detail

      • getControl

        ParallelExecutor<T> getControl()
        return the controlling instance, e.g. in most cases the instance of a thread. Shared variables are used to inform the thread about new events.
        Returns:
        the control executor
      • cancel

        void cancel()
        Optional implementation to cancel this task on a best effort basis
      • close

        default void close()
        Optional implementation to close this task on a best effort basis.