Actor based parallelism using Scala and Akka : Part 2
Published by Kaustubh Saha on April 3rd, 2019
Dispatchers in Akka
Dispatchers are used to control the flow of execution in Akka - they can control how messages are being sent, delivered, received and processed. Based on the dispatching policy, dispatchers will route the incoming message to respe...