Skip to content

Commit 6813bc0

Browse files
Update coroutines-guide.md (#3012)
* Update coroutines-guide.md "kotlinx.coroutines guide" Google search first result still leads here and it would be nice to guide people directly to kotlinlang Co-authored-by: dkhalanskyjb <52952525+dkhalanskyjb@users.noreply.github.com>
1 parent 8a1deb9 commit 6813bc0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

coroutines-guide.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
The main coroutines guide has moved to the [docs folder](docs/topics/coroutines-guide.md) and split up into smaller documents.
22

3-
## Table of contents
4-
5-
<!--- TOC_REF docs/topics/coroutines-basics.md -->
6-
<!--- TOC_REF docs/topics/cancellation-and-timeouts.md -->
7-
<!--- TOC_REF docs/topics/composing-suspending-functions.md -->
8-
<!--- TOC_REF docs/topics/coroutine-context-and-dispatchers.md -->
9-
<!--- TOC_REF docs/topics/flow.md -->
10-
<!--- TOC_REF docs/topics/channels.md -->
11-
<!--- TOC_REF docs/topics/exception-handling.md -->
12-
<!--- TOC_REF docs/topics/shared-mutable-state-and-concurrency.md -->
13-
<!--- TOC_REF docs/topics/select-expression.md -->
14-
<!--- END -->
3+
It is recommended to read the guide on the [kotlinlang website](https://kotlinlang.org/docs/coroutines-guide.html), with proper HTML formatting and runnable samples.

0 commit comments

Comments
 (0)