<https://github.com/Kotlin/kotlinx.coroutines/blob...
# coroutines
m
Thanks @orangy!
d
A little question on this. On "https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/basics.md", in the section "Extract function refactoring", it encourages the use of using "currentScope" for the suspend function. However, examining the documentation for currentScope it says "Deprecated: No replacement, usages are discouraged. Find another solution."
what do?