How are akka actors implemented on underlying threads?

Viewed 8189

Given an execution context and a thread pool, how are akka/scala actors scheduled/implemented on that?

3 Answers
Related