Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 488 Bytes

Coroutines core for Kotlin/JS

This directory contains modules that provide core coroutines support on Kotlin/JS. Module name below corresponds to the artifact name in Maven/Gradle.

Modules

Examples

  • example-frontend-js -- frontend application written in Kotlin/JS that uses coroutines to implement animations in imperative style.