ThreadPoolExecutor.getQueue

Returns the task queue used by this executor. Access to the task queue is intended primarily for debugging and monitoring. This queue may be in active use. Retrieving the task queue does not prevent queued tasks from executing.

@return the task queue

class ThreadPoolExecutor
BlockingQueue!(Runnable)
getQueue
()

Meta