This is a supplementary repository to the following blog post: https://medium.com/@bszwej/composable-resource-management-in-scala-ce902bda48b2
Examples can be run with sbt.
- Run sbt shell:
sbt
- Use
runMain
sbt command and hit<TAB>
to select example to run. For example:runMain com.example.catseffect.BracketExample