newCoroutineContext
expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext
Content copied to clipboard
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
Content copied to clipboard
actual fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext
Content copied to clipboard
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
Content copied to clipboard