File tree 1 file changed +3
-2
lines changed
kotlinx-coroutines-core/jvm/src
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
*/
4
4
5
5
package kotlinx.coroutines
@@ -8,7 +8,8 @@ import kotlinx.atomicfu.*
8
8
import kotlin.coroutines.*
9
9
10
10
/* *
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).
12
13
* The blocking code block will be interrupted and this function will throw [CancellationException]
13
14
* if the coroutine is cancelled.
14
15
*
You can’t perform that action at this time.
0 commit comments