maxQueueSize property
The maximum number of queued jobs. Once this limit is reached, submitting more jobs to the executor results in oldest jobs completing with a CancellationException
Implementation
final int maxQueueSize;
The maximum number of queued jobs. Once this limit is reached, submitting more jobs to the executor results in oldest jobs completing with a CancellationException
final int maxQueueSize;