does that ring a bell? is that requirement gone? i...
# coroutines
g
does that ring a bell? is that requirement gone? iirc it meant that you couldnt just simply have
Copy code
suspend fun a(): Unit {
  b()
}
suspend fun b(): = TODO()