|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsr166y.forkjoin.ForkJoinTask
jsr166y.forkjoin.AsyncAction
gpars.scheduler.FJRunnableTask
class FJRunnableTask extends jsr166y.forkjoin.AsyncAction
Adapts Runnable instances to the Fork Join framework.
Constructor Summary | |
FJRunnableTask(Runnable runnable)
|
Method Summary | |
---|---|
protected void
|
compute()
|
Methods inherited from class jsr166y.forkjoin.AsyncAction | |
---|---|
exec, finish, finish, finish, rawResult, rawResult, forkJoin, forkJoin, finishExceptionally, getException, join, fork, cancel, isCancelled, isDone, reinitialize, isStolen, quietlyJoin, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class jsr166y.forkjoin.ForkJoinTask | |
---|---|
getException, join, exec, finish, fork, cancel, isCancelled, isDone, rawResult, forkJoin, finishExceptionally, reinitialize, isStolen, quietlyJoin, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public FJRunnableTask(Runnable runnable)
Method Detail |
---|
@SuppressWarnings({"CatchGenericClass"}) @Override protected void compute()
Groovy Documentation