elizarov
02/07/2018, 6:46 PMkotlinx.coroutines when Kotlin 1.2.30 is out. The plan is to have isActive extension on CoroutineContext, so that you can use coroutineContext.isActive. The open question is whether CoroutineScope shall be completely deprecated and slated for removal or should we leave isActive "shortcut" in the CoroutineScope?louiscad
02/08/2018, 12:25 PMcoroutineContext.isActive, or isCurrentCoroutineActive, or both, with a complete CoroutineScope deprecation.