newCoroutineContext

expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext

Creates a context for a new coroutine. It installs Dispatchers.Default when no other dispatcher or ContinuationInterceptor is specified and adds optional support for debugging facilities (when turned on) and copyable-thread-local facilities on JVM.

actual fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext

Creates a context for a new coroutine. It installs Dispatchers.Default when no other dispatcher or ContinuationInterceptor is specified and adds optional support for debugging facilities (when turned on) and copyable-thread-local facilities on JVM. See DEBUG_PROPERTY_NAME for description of debugging facilities on JVM.

actual fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext

Sources

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard