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
如题, TransmittableThreadLocal 类是否是线程安全的?查阅资料没有找到相关说明
The text was updated successfully, but these errors were encountered:
TransmittableThreadLocal是线程安全的。 @xingguang2013
TransmittableThreadLocal
ThreadLocal
BUG
库的线程安全,是以正确使用为前提,还要加上使用者相关知识的了解,如:
比如 使用ThreadLocal时,取出ThreadLocal的值(对象引用)并传到其它线程,就要使用者注意额外的线程安全问题了。
更多了解可以看一下TTL的资料/文档: @xingguang2013 ❤️
TTL
Sorry, something went wrong.
感谢感谢
oldratlee
No branches or pull requests
如题, TransmittableThreadLocal 类是否是线程安全的?查阅资料没有找到相关说明
The text was updated successfully, but these errors were encountered: