Interface SyncExecutionInternal<R>

    • Method Detail

      • isInterrupted

        boolean isInterrupted()
        Returns whether the execution is currently interrupted.
      • setInterruptable

        void setInterruptable​(boolean interruptable)
        Sets whether the execution is currently interruptable.
      • interrupt

        void interrupt()
        Interrupts the execution.
      • copy

        SyncExecutionInternal<R> copy()
        Returns a new copy of the SyncExecutionInternal if it is not standalone, else returns this since standalone executions are referenced externally and cannot be replaced.