There is an example in the manual of how to create a parallel work queue:

http://docs.julialang.org/en/latest/manual/parallel-computing/#scheduling

(It would be nice to have cleaner built-in support for work queues and work 
stealing [the advantage of work stealing is that it scales better because 
there isn't a single queue as a bottleneck].)


Reply via email to