asNativeScope

val CoroutineScope.asNativeScope: Long

Maps the lifecycle of a scope into a matching native scope.

Note that this adopts the behavior of a SupervisorJob where the cancellation of the native stop does not cancel the receiver scope.