Skip to content

Update coroutines-guide.md #3012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions coroutines-guide.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
The main coroutines guide has moved to the [docs folder](docs/topics/coroutines-guide.md) and split up into smaller documents.

## Table of contents

<!--- TOC_REF docs/topics/coroutines-basics.md -->
<!--- TOC_REF docs/topics/cancellation-and-timeouts.md -->
<!--- TOC_REF docs/topics/composing-suspending-functions.md -->
<!--- TOC_REF docs/topics/coroutine-context-and-dispatchers.md -->
<!--- TOC_REF docs/topics/flow.md -->
<!--- TOC_REF docs/topics/channels.md -->
<!--- TOC_REF docs/topics/exception-handling.md -->
<!--- TOC_REF docs/topics/shared-mutable-state-and-concurrency.md -->
<!--- TOC_REF docs/topics/select-expression.md -->
<!--- END -->
It is recommended to read this guide on [kotlinlang site](https://kotlinlang.org/docs/coroutines-guide.html) with proper HTML formatting and runnable samples.