I have an actor-based project, and for its part I have to use some participants who receive a message after one actor assigns each request separately, and each actor is responsible for fulfilling his message request, so I need something as a thread pool for members of my project, are there any features in Scala that are useful for my need?
I have one more question: my project has a large number of requests, and these requests should be executed as soon as possible, so I thought that they need an actor pool to process them, is there any function in Scala that is related to my requirement ?
there are a lot of tanks for your attention!
source
share