Writing Async App in Scala. Part 2: Exception Handling
How to propagate errors in async world? What are caveats of using exceptions in async programming? Use exceptions as a primary propagation mechanism while being on a safe side.
How to propagate errors in async world? What are caveats of using exceptions in async programming? Use exceptions as a primary propagation mechanism while being on a safe side.
My 2 cents on how to properly manage resources in Scala, or a story of reimplementing try-with-resources in Scala.