Hello everyone. I am carrying out some research on...
# coroutines
g
Hello everyone. I am carrying out some research on optimizing JPEG2000 image processing on Android, using coroutines instead of AsyncTask. But I ran into something weird. The results I obtain with AsyncTask are better than those I obtain with coroutines. Please can anyone help me out here?