Given an execution context and a thread pool, how are akka/scala actors scheduled/implemented on that?
On 'I was looking into something more like say you are given a thread pool of 10 threads and 50 actors spun off of it, how are so many actors handled by a batch of 10 threads?'
The exact behavior depends on the dispatcher and configuration. However, most dispatchers do basically something like this: