Prioritised ThreadPoolExecutor
Hi, I need a prioritised version of the ScheduledThreadPoolExecutor but there doesn't seem to be one in the standard API. Does anyone know of one, or can anyone give me some pointers on extending Java's one to provide priorotisation. I notice that on TheadPoolExecutor I can explicity set the type of BlockingQueue but this option is not available on ScheduledBlockingQueue
Thanks
Rob
Message was edited by:
bubblenut2
Message was edited by:
bubblenut2

