I\'m trying to replace deprecated AsyncTask without using Kotlin Coroutines or others libraries, so I have
AsyncTask
Coroutines
MyTask objects with foll
MyTask