By Alvin Alexander. Last updated: June 4, 2016
I like looking at source code from other developers, I almost always learn something. In this case I knew that a try
expression in Scala returned a value, but I have never used it like this. This example is from the book, Learning Concurrent Programming in Scala.