<@U8CJDNG2V> yeah but they're using CountDownLatch...
# coroutines
l
@asad.awadia yeah but they're using CountDownLatch - this is what I expected coroutines will let me avoid 🙂
g
CountDownLatch for this is bad solution, especially with coroutines. With coroutines you can manage this easily and non-blocking (you can block if you want, but probably you actually don’t want to do that)