. "In parallel computing, the fork\u2013join model is a way of setting up and executing parallel programs, such that execution branches off in parallel at designated points in the program, to \"join\" (merge) at a subsequent point and resume sequential execution. Parallel sections may fork recursively until a certain task granularity is reached. Fork\u2013join can be considered a parallel design pattern."@en . .