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
请问下,你的这种写法和Executors.newFixedThreadPool()的最终效果有什么区别。newFixedThreadPool是用一个无界队列LinkedBlockingQueue来存放需要排队的线程。你是用mTaskQueue来存放需要排队的线程。最终的效果是不是差不多的?
The text was updated successfully, but these errors were encountered:
是的,差不多。建议使用JDK提供的库,我写的这个仅仅为了学习。
Sorry, something went wrong.
No branches or pull requests
请问下,你的这种写法和Executors.newFixedThreadPool()的最终效果有什么区别。newFixedThreadPool是用一个无界队列LinkedBlockingQueue来存放需要排队的线程。你是用mTaskQueue来存放需要排队的线程。最终的效果是不是差不多的?
The text was updated successfully, but these errors were encountered: