CoroutineAsyncTask
CoroutineAsyncTask copied to clipboard
By using util class CoroutinesAsyncTask.kt you can migrate your Asynctask to Kotlin Coroutine.
Results
1
CoroutineAsyncTask issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hi, first of all a very big thanks for async task alternative. The code has one exception, it is not cancelling the coroutine/job when cancel is called. fun cancel(mayInterruptIfRunning: Boolean)...