ssseasonnn / RxDownload

A multi-threaded download tool written with RxJava and Kotlin
Apache License 2.0
4.14k stars 612 forks source link

how to run asynctask or background process after the download is complete? #326

Open kazuiains opened 4 years ago

kazuiains commented 4 years ago

how to run asynctask or background process after the download is complete?

I call the asynctask / background function when is complete. but it looks like it can't run. how to properly asynctask / background process in implementing this library