The following perfectly valid suspending function,...
# coroutines
e
The following perfectly valid suspending function, for example, never actually suspends:
Copy code
suspend fun foo() { /* don't do anything here */ }