Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennyhuo/coroutinelite
Simple implementation of kotlinx.coroutines to clarify the design of Kotlin Coroutines.
https://github.com/bennyhuo/coroutinelite
coroutines kotlin kotlin-coroutines tutorial
Last synced: 1 day ago
JSON representation
Simple implementation of kotlinx.coroutines to clarify the design of Kotlin Coroutines.
- Host: GitHub
- URL: https://github.com/bennyhuo/coroutinelite
- Owner: bennyhuo
- License: mit
- Created: 2019-11-07T23:21:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T11:09:26.000Z (7 months ago)
- Last Synced: 2025-01-09T14:33:47.454Z (9 days ago)
- Topics: coroutines, kotlin, kotlin-coroutines, tutorial
- Language: Kotlin
- Homepage:
- Size: 123 KB
- Stars: 170
- Watchers: 5
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin Coroutine Framework Lite
**DO NOT use this in the production environment.**
This is only for learning purpose. It is designed and developed according to the official coroutine framework [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) to make it easier to understand.
If you are interested in the theories of Kotlin coroutines, just play with this project.
> **[《深入理解 Kotlin 协程》](https://item.jd.com/12898592.html) 第 5 章 Kotlin 协程框架开发初探** 当中对此框架的实现做了详细介绍。
# License
* [MIT License](LICENSE)