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 ExecutorService
IEolContextParallel.beginParallelTask
(ModuleElement entryPoint) Registers the beginning of parallel task on the default ExecutorService.default ExecutorService
IEolContextParallel.beginParallelTask
(ModuleElement entryPoint, boolean canTerminate) Registers the beginning of parallel task on the default ExecutorService.static IEolContextParallel
EolContextParallel.convertToParallel
(IEolContext context) Utility method for converting a sequential context to a parallel one, if it is not already parallel.default void
IEolContextParallel.ensureNotNested
(ModuleElement entryPoint) This method should be called prior to performing any parallel execution.