Update README.md

This commit is contained in:
johnA1331
2020-11-18 17:24:16 +08:00
committed by GitHub
parent 53b7b99fa8
commit 5f038441db

View File

@@ -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)