-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
16
A DESCRIPTION OF THE PROBLEM :
ThreadPoolExecutor ctor takes BlockingQueue<Runnable> as a parameter, while it clearly should better take BlockingQueue<? extends Runnable> as that allows for more generic usage.
ThreadPoolExecutor ctor takes BlockingQueue<Runnable> as a parameter, while it clearly should better take BlockingQueue<? extends Runnable> as that allows for more generic usage.