Hello mates, I used to have this code in 0.7.3 as...
# arrow
v
Hello mates, I used to have this code in 0.7.3 as a way to explain and testing EitherT with Deferred, that now in 0.8.0 never finishes.
Copy code
val folding1 = eitherTDeferred.fold(DeferredK.functor(), {0}, {it})
    val result: Unit = runBlocking { println(folding1.await()) }
What's the reason?