We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c5d5d commit b4c94dcCopy full SHA for b4c94dc
docs/exception-handling.md
@@ -46,8 +46,7 @@ class ExceptionsGuideTest {
46
前者对待异常是不处理的,类似于 Java 的 `Thread.uncaughtExceptionHandler`,
47
而后者依赖用户来最终消耗<!--
48
-->异常,比如说,通过 [await][Deferred.await] 或 [receive][ReceiveChannel.receive]
49
-([produce] 以及 [receive][ReceiveChannel.receive] 在 [Channels](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/channels.md)
50
-中介绍过)。
+([produce] 以及 [receive][ReceiveChannel.receive] 在 [Channels](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/channels.md) 中介绍过)。
51
52
可以通过一个在 [GlobalScope] 中创建新协程的简单示例来进行演示:
53
0 commit comments