|
|
|
|
|
by chrisseaton
2970 days ago
|
|
> you would have the same problem as in Erlang Ah but that's not how fork-join works - you fork multiple jobs, and then you must join them all at the same time - you can't join just one. You have to do something like (a, b) = join
|
|