mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
Improve executorSizedThreadPool (#2253) * Improve executorSizedThreadPool Signed-off-by: Greg Wilkins <gregw@webtide.com> * Improved implementation. Implemented name, thread priorities, thread group and daemon properties. Implemented toString(), dump() and using a thread factory. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> * added threadpool benchmark; Signed-off-by: Greg Wilkins <gregw@webtide.com> * Renamed ExecutorSizedThreadPool to ExecutorThreadPool Signed-off-by: Greg Wilkins <gregw@webtide.com>