JakeWharton / retrofit2-kotlin-coroutines-adapter

A Retrofit 2 adapter for Kotlin coroutine's Deferred type.
Apache License 2.0
1.97k stars 128 forks source link

Could I cancel the request in an easy way like RxLifeCycle instead of cache the request in a collection? #6

Closed zouzhenglu closed 6 years ago

zouzhenglu commented 6 years ago

Could I cancel the request in an easy way like RxLifeCycle instead of cache the request in a collection?

JakeWharton commented 6 years ago

This is a general coroutine usage question and not specific to this library. Consider asking on StackOverflow or the Kotlin Slack coroutine channel.