<@U2E974ELT> if all Kotlin functions were implicit...
# coroutines
k
@elizarov if all Kotlin functions were implicit suspend how would it work when calling from Java? what would happen in a deep call stack where the only actual suspension is down at the bottom but you’re calling from many frames up from Java? would the fact that it suspends somehow “bubble up” and be visible to callers (both Kotlin and Java callers)?