Does throwing an exception in a Future callback result in the Actor’s suspension (the actor in which the future callback code is). Just want to make sure because technically that code is not necessarily being executed by the main message processing thread and I don’t know if there would be a semantic difference? Thanks for any help!
1 post - 1 participant