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.
99
1010## Exception propagation
1111
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
1313exposing them to users ([ async] and [ produce] ).
1414When these builders are used to create a _ root_ coroutine, that is not a _ child_ of another coroutine,
1515the former builders treat exceptions as ** uncaught** exceptions, similar to Java's ` Thread.uncaughtExceptionHandler ` ,
@@ -519,7 +519,6 @@ The scope is completed
519519
520520<!-- - INDEX kotlinx.coroutines.channels -->
521521
522- [ actor ] : https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/actor.html
523522[ produce ] : https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/produce.html
524523[ ReceiveChannel.receive ] : https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.channels/-receive-channel/receive.html
525524
You can’t perform that action at this time.
0 commit comments