I am using Anko library to do some background task, I have a doAsync running in a foreground service. At the same, I am updating the recyclerview by fetching data from the database. But the problem is when the foreground service doAsync is running, the recyclerview updating doAsync is not called.
I have no clue why it's not calling, can't I run multiple doAsync at the same time?