oldratlee / kotlin-coroutines-bottom-up

Complete runnable demo code of article "A Bottom-Up View of Kotlin Coroutines"

Home Page:https://www.infoq.com/articles/kotlin-coroutines-bottom-up/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Bottom-Up View of Kotlin Coroutines

Github Workflow Build Status Java support License

Complete runnable demo code of the article A Bottom-Up View of Kotlin Coroutines - Garth Gilmour / Eamonn Boyle,2020-01-11.

PS: My Chinese translation of this article.

Pre requirements

  • JDK 11+
  • JDK bundle with JavaFX

The simple way to install required JDK is using SDKMAN:

sdk install java 11.0.14.fx-zulu

Run Server

./mvnw compile -pl server exec:java -Dexec.mainClass=com.oldratlee.demo.koroutines_bottom_up.server.ServerMainKt

Run Client

./mvnw compile -pl client exec:java -Dexec.mainClass=com.oldratlee.demo.koroutines_bottom_up.client.MyAppKt

About

Complete runnable demo code of article "A Bottom-Up View of Kotlin Coroutines"

https://www.infoq.com/articles/kotlin-coroutines-bottom-up/

License:Apache License 2.0


Languages

Language:Kotlin 100.0%