An open API service indexing awesome lists of open source software.

https://github.com/mkdika/kotlin-concurrency

Learning Kotlin concurrency through its several framework and library.
https://github.com/mkdika/kotlin-concurrency

concurrency coroutines kotlin learning rxkotlin server

Last synced: 8 months ago
JSON representation

Learning Kotlin concurrency through its several framework and library.

Awesome Lists containing this project

README

          

# Kotlin Concurrency

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)

Learning server side Kotlin concurrency through its several framework and library.

- [Kotlin coroutine](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html)
- [RxKotlin](https://github.com/ReactiveX/RxKotlin)

## Copyright and License

Copyright 2019 Maikel Chandika (mkdika@gmail.com). Code released under the
MIT License. See [LICENSE](/LICENSE) file.