Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 815 Bytes

intro.md

File metadata and controls

30 lines (20 loc) · 815 Bytes

Module kotlin-coroutines-lib

kotlin coroutines library

Utilities & helpers for use with kotlin coroutines.

Operations on Job Lists

Concurrency

Installation

Install with jitpack:

Gradle

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  compile 'com.vperi:kotlin-coroutines-lib:<latest-version-here>'
}