- 所有已实现的接口:
- Runnable
- 封闭类:
- 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.