Join Slack
Powered by
<@U0B9ZL4N4> Getting back to your example. There’s...
# coroutines
e
elizarov
02/06/2017, 6:55 AM
@suresh
Getting back to your example. There’s no reason to mark
markRequest
with
suspend
modifier. It will not magically become suspending if it still uses blocking APIs. It is still a blocking function. You should remove
suspend
modifier from it to make it clear.
Open in Slack
Previous
Next