FJTask.Par, FJTask.Par2, FJTask.Seq, FJTask.Seq2, FJTask.Wrap
Constructor and Description |
---|
FJTask.Seq(FJTask[] tasks)
Construct a Seq that, when executed, will process each of the
tasks in the tasks array in order
|
FJTask.Seq(FJTask task1,
FJTask task2)
Two-task constructor, for compatibility with previous release.
|