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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
目前程序内有大量的 new Thread,且没有命名等管理,这会导致默认 id 命名无限增长,建议考虑引入线程池等技术管理线程
new Thread
The text was updated successfully, but these errors were encountered:
7554ba4
Successfully merging a pull request may close this issue.
目前程序内有大量的
new Thread
,且没有命名等管理,这会导致默认 id 命名无限增长,建议考虑引入线程池等技术管理线程The text was updated successfully, but these errors were encountered: