Module org.autogui

Class GuiMappingContext.ContextExecutorForkJoinTask<V>

java.lang.Object
java.util.concurrent.ForkJoinTask<V>
org.autogui.base.mapping.GuiMappingContext.ContextExecutorForkJoinTask<V>
Type Parameters:
V - the returning type of the task
All Implemented Interfaces:
Serializable, Runnable, Future<V>, RunnableFuture<V>
Enclosing class:
GuiMappingContext

public static class GuiMappingContext.ContextExecutorForkJoinTask<V> extends ForkJoinTask<V> implements RunnableFuture<V>
a task wrapper for GuiMappingContext.ContextExecutorServiceForkJoin, which enables to interrupt tasks by cancel(boolean)
Since:
1.2
See Also: