2
votes

I'm thinking of creating my own custom ApplicatoinLoader for my Play application.

Is there a custom execution context hidden here somewhere?

Does this mean inside of my custom application loader, I can wire up my custom akka actors and not have to create a custom execution context?

https://github.com/playframework/playframework/blob/master/core/play/src/main/scala/play/api/ApplicationLoader.scala#L240

1

1 Answers