File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ coroutine throw an exception.
9
9
10
10
## Exception propagation
11
11
12
- Coroutine builders come in two flavors: propagating exceptions automatically ([ launch] and [ actor ] ) or
12
+ Coroutine builders come in two flavors: propagating exceptions automatically ([ launch] ) or
13
13
exposing them to users ([ async] and [ produce] ).
14
14
When these builders are used to create a _ root_ coroutine, that is not a _ child_ of another coroutine,
15
15
the former builders treat exceptions as ** uncaught** exceptions, similar to Java's ` Thread.uncaughtExceptionHandler ` ,
@@ -519,7 +519,6 @@ The scope is completed
519
519
520
520
<!-- - INDEX kotlinx.coroutines.channels -->
521
521
522
- [ actor ] : https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/actor.html
523
522
[ produce ] : https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/produce.html
524
523
[ ReceiveChannel.receive ] : https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/receive.html
525
524
You can’t perform that action at this time.
0 commit comments