1 min readMar 1, 2019
We have not yet nailed the recommended solution for this case, but are inclining to go with a style where we pass CoroutineScope
as the first parameter to a function and name the function using In
preposition, so that its usage looks like this: someObject.launchIn(scope)