So with your count down latch example, the `latch....
# coroutines
d
So with your count down latch example, the
latch.countDown()
etc. can not happen in the coroutine, it must be in a different thread.
a
Coroutines within a coroutine?