Isn't this the same as tasks in Julia?
http://docs.julialang.org/en/release-0.5/stdlib/parallel/

Although, note that their performance is not on par with start-next-done
iteration.

On Thu, 2016-10-13 at 14:46, Neal Becker <ndbeck...@gmail.com> wrote:
> julia-0.5 supports generator expressions, ala python, which is very nice.
>
> Any thoughts on supporting the more general python generator functions, as
> described e.g.: https://wiki.python.org/moin/Generators?  I haven't used
> them much myself (well, once), but they seem a really cool idea.

Reply via email to