From 967e685937dda8bfb7deb364d830c35a7be41273 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 18 Nov 2020 17:24:16 +0800 Subject: [PATCH] Update README.md --- core-kotlin-modules/core-kotlin-concurrency/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-kotlin-modules/core-kotlin-concurrency/README.md b/core-kotlin-modules/core-kotlin-concurrency/README.md index 09d9055a2b..22619b156f 100644 --- a/core-kotlin-modules/core-kotlin-concurrency/README.md +++ b/core-kotlin-modules/core-kotlin-concurrency/README.md @@ -5,3 +5,4 @@ This module contains articles about concurrency in Kotlin. ### Relevant articles: - [Threads vs Coroutines in Kotlin](https://www.baeldung.com/kotlin-threads-coroutines) - [Introduction to Kotlin Coroutines](https://www.baeldung.com/kotlin-coroutines) +- [Introduction to Channels in Kotlin](https://www.baeldung.com/kotlin/channels)