Thread pool in scala
Posted
by ghedas
on Stack Overflow
See other posts from Stack Overflow
or by ghedas
Published on 2010-05-18T14:04:42Z
Indexed on
2010/05/18
14:10 UTC
Read the original article
Hit count: 328
I have a project that is actor-based and for one part of it I must use some actors that receive message after that one actor assigns to each request separately and each actor is responsible for doing its message request, so I need something like a thread pool for actors of my project, are there any features in Scala that is useful for my necessity? how can I achieve this goal? tanks a lot for your attention!
© Stack Overflow or respective owner