Threadlocal

ThreadLocalMap

弱引用key key是ThreadLocal类型  强引用value

弱引用更容易被gc回收

最好最后用tl.remove()方法 .

你可能感兴趣的:(Threadlocal)