jetty.project
jetty.project copied to clipboard
QueuedThreadPool will not reserve a thread with jobs waiting
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