jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

QueuedThreadPool will not reserve a thread with jobs waiting

Open gregw opened this issue 4 months ago • 6 comments

Fix #13187 by:

  • Modified QTP's ReservedThreadExecutor so that it will not reserve a thread if there are queued jobs waiting.
  • Deprecating many meaningless getters that combined the concept of available for execute(task) with available for tryExecute(task).
  • Improved javadoc

gregw avatar Jun 04 '25 02:06 gregw