> ''Spawns a new thread for applying quot to every element of seq,
> blocking until all quotations complete.''
>   -- http://docs.factorcode.org/content/word-parallel-
> each%2Cconcurrency.combinators.html
>
> On Sun, Apr 14, 2013 at 6:51 AM, Alexander Mueller
> <ddo...@gmail.com> wrote:
>> looks like it starts a thread for each element but waits until all
>> quotations are done to continue.

Would change the comment to ...

"For each element of seq, spawn a new thread in which quot is applied
to the element.  Each quot runs in a separate thread.  Block until all
threads have completed."

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to