- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FJTask
public static class FJTask.Par2
extends FJTask
A new Par(task1, task2), when executed,
runs task1 and task2 in parallel using coInvoke(task1, task2).
The class is a simple utility
that makes it easier to create composite Tasks.