https://kotlinlang.org logo
Title
m

muralimohan962

09/28/2018, 6:57 AM
Thanks @orangy!
d

dharrigan

09/28/2018, 11:11 AM
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?