Simple Scala actor question

Posted by 7zark7 on Stack Overflow See other posts from Stack Overflow or by 7zark7
Published on 2010-04-02T03:16:18Z Indexed on 2010/04/02 3:23 UTC
Read the original article Hit count: 206

Filed under:
|

I'm sure this is a very simple question, but embarrassed to say I can't get my head around it:

I have a list of values in Scala. I would like to use use actors to make some (external) calls with each value, in parallel.

I would like to wait until all values have been processed, and then proceed.

There's no shared values being modified.

Could anyone advise?

Thanks

© Stack Overflow or respective owner

Related posts about scala

Related posts about actor