Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions coroutines-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`

<!--
* [Coroutines basics](coroutines-basics.md)
* [Hands-on: Intro to coroutines and channels](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels)
* [Tutorial: Coroutines and channels](https://kotlinlang.org/docs/coroutines-and-channels.html)
* [Cancellation and timeouts](cancellation-and-timeouts.md)
* [Composing suspending functions](composing-suspending-functions.md)
* [Coroutine context and dispatchers](coroutine-context-and-dispatchers.md)
Expand All @@ -54,7 +54,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`
-->

* [Основы корутин](coroutines-basics.html)
* [Практика: Введение в корутины и каналы](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels)
* [Туториал: Корутины и каналы](https://kotlinlang.org/docs/coroutines-and-channels.html)
* [Отмена корутин и тайм-ауты](cancellation-and-timeouts.html)
* [Создание suspending-функций](composing-suspending-functions.html)
* [Контекст корутин и диспатчеры](coroutine-context-and-dispatchers.html)
Expand Down