inheritScope

fun inheritScope(block: (Job) -> CoroutineContext): CoroutineScope

Inherits the UserScope and provides its Job as an anchor for children.