JustAClamber / CoroutineLite

Simple implementation of kotlinx.coroutines to clarify the design of Kotlin Coroutines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 to make it easier to understand.

If you are interested in the theories of Kotlin coroutines, just play with this project.

License

About

Simple implementation of kotlinx.coroutines to clarify the design of Kotlin Coroutines.

License:MIT License


Languages

Language:Kotlin 100.0%