elizarov
09/20/2018, 6:40 AMcoroutineScope. The launch already provides one.bj0
09/20/2018, 7:31 AMlaunch waited for the inner `launch`es to complete or notelizarov
09/20/2018, 11:56 AMCoroutineScope is consistent in that it is waiting. The only exception is currentScope (and it might be a good resource to deprecate it)bj0
09/20/2018, 4:22 PMCoroutineScope, what's the use-case of coroutineScope builder? I'm struggling to think of where I would use it instead of the current scope