Skip to content
Commit b305fe08 authored by Jesse Glick's avatar Jesse Glick
Browse files

Added NamingThreadFactory to ensure that all code creating thread pool...

Added NamingThreadFactory to ensure that all code creating thread pool executors was marking the threads.
Otherwise we get a bunch of pool-17-thread-5 with no clue who created so many threads or why.
Also simplifies existing code which previously had to write one-off ThreadFactory implementations just to set a name.
parent 7a6c8654
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment