EDU.oswego.cs.dl.util.concurrent
public static class FJTask.Seq2 extends FJTask
new Seq2(task1, task2), when executed,
invokes task1 and then task2, in order.
The class is a simple utility
that makes it easier to create composite Tasks.
| Field Summary | |
|---|---|
| protected FJTask | fst |
| protected FJTask | snd |
| Constructor Summary | |
|---|---|
| Seq2(FJTask task1, FJTask task2) | |
| Method Summary | |
|---|---|
| void | run() |