Waiting tasks in fork/join do not actually block threads.
fork/join 中处于等待中的任务实际上不阻止线程。
The fork and join in Figure 1 cannot execute due to their dangling inputs.
图1中的fork和join由于有悬空输入,它们将无法执行。
The same holds for the fork and join.
fork和join的情况也是如此。
In contrast, join works well after a fork.
与之相反,join在fork之后才能够正常工作。
The two patterns represent the correct pairings of decision with merge and fork with join.
这两个模式描述了正确的decision -merge和fork -join对。
The two patterns represent the correct pairings of decision with merge and fork with join.
这两个模式描述了正确的decision -merge和fork -join对。
应用推荐