android-priority-jobqueue
android-priority-jobqueue copied to clipboard
Why use ThreadGroup rather than ThreadPool?
Why this library uses ThreadGroup which is not recommended in Effective Java: avoid thread groups? Maybe java.util.PriorityQueue + SingleThreadExecutor is better?