This reduces the requirement to test the spawning process in your code.
这能减少在代码中测试生成进程的需要。
The actual spawning process itself will never fail, even if the function that you are calling does not exist.
实际的生成进程本身不会失败,即便您调用的函数不存在也是如此。
The process of spawning a new process is more often called forking, given the metaphor of two travelers reaching a fork in the road.
生成一个新进程的流程更多地被称为分叉,这就像两位旅行者走到了路上的岔道。
应用推荐