Uses of Class
org.eclipse.epsilon.eol.exceptions.concurrent.EolNestedParallelismException
Packages that use EolNestedParallelismException
-
Uses of EolNestedParallelismException in org.eclipse.epsilon.eol.execute.context.concurrent
Methods in org.eclipse.epsilon.eol.execute.context.concurrent that throw EolNestedParallelismExceptionModifier and TypeMethodDescriptionEolContextParallel.beginParallelTask(ModuleElement entryPoint, boolean shortCircuiting) default ExecutorServiceIEolContextParallel.beginParallelTask(ModuleElement entryPoint) Registers the beginning of parallel task on the default ExecutorService.default ExecutorServiceIEolContextParallel.beginParallelTask(ModuleElement entryPoint, boolean canTerminate) Registers the beginning of parallel task on the default ExecutorService.static IEolContextParallelEolContextParallel.convertToParallel(IEolContext context) Utility method for converting a sequential context to a parallel one, if it is not already parallel.default voidIEolContextParallel.ensureNotNested(ModuleElement entryPoint) This method should be called prior to performing any parallel execution.