File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
kotlinx-coroutines-core/jvm/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2+ * Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33 */
44
55package kotlinx.coroutines
@@ -8,7 +8,8 @@ import kotlinx.atomicfu.*
88import kotlin.coroutines.*
99
1010/* *
11- * Calls the specified [block] with a given coroutine context in an interruptible manner.
11+ * Calls the specified [block] with a given coroutine context in
12+ * [an interruptible manner](https://docs.oracle.com/javase/tutorial/essential/concurrency/interrupt.html).
1213 * The blocking code block will be interrupted and this function will throw [CancellationException]
1314 * if the coroutine is cancelled.
1415 *
You can’t perform that action at this time.
0 commit comments