So the right thing to do is set up a channel and worker threads, and push work packages into the channel?
Are you aware of any packages that do the boilerplate for this, in the case of “almost embarassingly parallel” problems, like e.g. quicksort?
So the right thing to do is set up a channel and worker threads, and push work packages into the channel?
Are you aware of any packages that do the boilerplate for this, in the case of “almost embarassingly parallel” problems, like e.g. quicksort?