AsyncTaskScheduler icon indicating copy to clipboard operation
AsyncTaskScheduler copied to clipboard

A better substitute good of AsyncTask

Results 2 AsyncTaskScheduler issues
Sort by recently updated
recently updated
newest added

When I do implementation 'com.github.SilenceDut:AsyncTaskScheduler:v1.0.0' I get an error from Gradle about the module not being found. Only when I use `v1.0.0-alpha` it finds it

I've noticed that if I call cancelAllTasks , it still lets some tasks to start. Tasks that had a long time till they should be started. Here's the code to...