You can find relevant information in the akka documentation which is pretty complete as far as thing goes.
Essentially you can select/define dispatchers and assign actors to them through configuration (via files or code).
Each dispatcher implementation is then based on some sort of executor.