vineethraj49
11/05/2019, 1:05 AMcoroutineContext
like coroutineContext[Job]
that propagates to all children;
if yes, are there any pointers for doing the same?octylFractal
11/05/2019, 1:20 AMThe coroutine context is inherited from a CoroutineScope. Additional context elements can be specified with context argument.