I disagree with your deprecation because...
Zhuinden opened this issue · 2 comments
Zhuinden commented
For your persistent jobs, I recommend using WorkManager. For your non-persistent jobs, drink the kool aid and use Coroutines.
Non-persistent jobs that were enqueued until network is available are really useful.
I don't think you can do that with coroutines unless you implement a job queue over Channel
, no?
kingargyle commented
@Zhuinden feel free to fork it and maintain your own version.
Zhuinden commented
Oh yeah! That's an option