konmik / nucleus

Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.
MIT License
1.97k stars 253 forks source link

How to get onComplete using restartable methods? #133

Closed sreejithraman closed 7 years ago

sreejithraman commented 7 years ago

Am I missing something or not looking at it right? How do you get onComplete when using restartableFirst, restartableLatestCache, etc.?

vtarantik commented 7 years ago

Hi, I guess the answer is here:

https://github.com/konmik/nucleus/issues/113

Hope it helps.