Repository containing some basic Coroutine Examples in pure Kotlin (module coroutinesamples
) and its usage on a simple Android Application, with MVVM architecture (module app
).
The code was used to illustrate the presentation available at: Kotlin Coroutines (by Thomás Horta)