Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Last active November 17, 2017 12:13
Show Gist options
  • Save aludwiko/dffb380806d7410d276821dac0b7acba to your computer and use it in GitHub Desktop.
Save aludwiko/dffb380806d7410d276821dac0b7acba to your computer and use it in GitHub Desktop.
Source(List("1","2","a","4","5"))
 .map(_.toInt)
 .withAttributes(ActorAttributes.supervisionStrategy(Supervision.resumingDecider))
 .runForeach(println)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment