Join Slack
Powered by
The following perfectly valid suspending function,...
# coroutines
e
elizarov
08/09/2017, 5:06 PM
The following perfectly valid suspending function, for example, never actually suspends:
Copy code
suspend fun foo() { /* don't do anything here */ }
3
Views
Open in Slack
Previous
Next