We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4849877 + 8024ec1 commit 5fccc9cCopy full SHA for 5fccc9c
src/main/scala/org/learningconcurrency/ch4/Futures.scala
@@ -79,6 +79,7 @@ object FuturesFailure extends App {
79
urlSpec.failed foreach {
80
case t => log(s"exception occurred - $t")
81
}
82
+ Thread.sleep(2000)
83
84
85
0 commit comments