epam / CoroutinesCache

In mobile development exists solution for caching with RxJava usage, but there is no solutions for Kotlin Coroutines. The project is to provide this functionality to mobile community.
Apache License 2.0
162 stars 7 forks source link

Change API of CacheProviders to accept suspend functions instead of Deferred #16

Closed Dartlexx closed 5 years ago

Dartlexx commented 5 years ago

As suggested by Roman Elizarov in https://proandroiddev.com/caching-with-kotlin-coroutines-7d819276c820 comments, I started replacing Deferred with suspend functions

IvanSakharovskii commented 5 years ago

@Dartlexx please resolve conflicts

Dartlexx commented 5 years ago

@IvanSakharovskii Done