We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
里面看到了NamedThreadFactory。为了更好区分线程信息,应该
Executors.newScheduledThreadPool(x)
进行修改
new ScheduledThreadPoolExecutor(X, new NamedThreadFactory("stl-${something}"));
The text was updated successfully, but these errors were encountered:
Yes, the thread pools should be created with NamedThreadFactory for clear identification. We'll fix this. Thanks for your suggestion!
NamedThreadFactory
Sorry, something went wrong.
Fixes #9: Use named thread factory for identification (#10)
47d9070
* Use named thread factory with all thread pools for identification Signed-off-by: Eric Zhao <[email protected]>
c4741a0
Fixes alibaba#9: Use named thread factory for identification (alibaba#10
94f468a
) * Use named thread factory with all thread pools for identification Signed-off-by: Eric Zhao <[email protected]>
sczyh30
Successfully merging a pull request may close this issue.
里面看到了NamedThreadFactory。为了更好区分线程信息,应该
进行修改
new ScheduledThreadPoolExecutor(X, new NamedThreadFactory("stl-${something}"));
The text was updated successfully, but these errors were encountered: