In computer programming, a control instruction in parallel computation systems. Fork indicates the next instructions that may be performed in parallel. Join indicates the instructions that must be executed before the designated instruction can be obeyed.
英
美
- 在計算機程序設計中,并行計算系統中使用的一種控制指令。Fork(分叉)表示可以并行方式執行本指令下面列出的一些指令。Join(連接)表示在執行指定的指令之前必須要執行的一些指令。