Module org.autogui

Class GuiMappingContext.ContextExecutorServiceForkJoin

java.lang.Object
org.autogui.base.mapping.GuiMappingContext.ContextExecutorServiceForkJoin
All Implemented Interfaces:
GuiMappingContext.ContextExecutorService
Enclosing class:
GuiMappingContext

public static class GuiMappingContext.ContextExecutorServiceForkJoin extends Object implements GuiMappingContext.ContextExecutorService
a ForkJoinPool based executor: the fork-join pool have ability of work-stealing: i.e. a running task in the pool can invoke another new task which immediately runs in the same context to the caller task of the pool with "stealing" the running of the caller task.
Since:
1.2