Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 428 Bytes

File metadata and controls

13 lines (9 loc) · 428 Bytes

Kotlin Coroutines for Android

This library contains two main components

MainThread dispatcher

Implementation of MainThread dispatcher for coroutines that allows to use coroutines together with code that must be called only from Android main thread

Android lifecycle integration

TODO: add description and code samples

Sample of usage