Class Processor

    • Method Detail

      • process

        public abstract void process​(ProcessingType processingType)
        Executes the processes.
        Parameters:
        processingType - the type of execution
      • process

        public void process()
        Executes the processes in parallel.
      • await

        public Processor await​(Executable... executables)
        Prepares awaiting processes to be finished.
        Parameters:
        executables - the processes to await
        Returns:
        the same instance