Skip to content

Commit 59dec88

Browse files
SebastianAignerdkhalanskyjb
authored andcommitted
Remove reference to actors from coroutines guide (#3935)
1 parent 80faa15 commit 59dec88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/topics/exception-handling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
1313
exposing them to users ([async] and [produce]).
1414
When these builders are used to create a _root_ coroutine, that is not a _child_ of another coroutine,
1515
the 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

0 commit comments

Comments
 (0)