사용자 도구

사이트 도구


java:threadlocal

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

java:threadlocal [2016/02/27 22:04]
kwon37xi 만듦
java:threadlocal [2016/02/27 22:05] (현재)
kwon37xi
줄 2: 줄 2:
   * [[http://docs.oracle.com/javase/7/docs/api/java/lang/ThreadLocal.html|ThreadLocal]]   * [[http://docs.oracle.com/javase/7/docs/api/java/lang/ThreadLocal.html|ThreadLocal]]
  
-  Each thread holds an implicit reference to its copy of a thread-local variable as long as the thread is alive and the ThreadLocal instance is accessible; after a thread goes away, all of its copies of thread-local instances are subject to garbage collection (unless other references to these copies exist).+  Each thread holds an implicit reference to its copy of a thread-local variable 
 +  as long as the thread is alive and the ThreadLocal instance is accessible; 
 +  after a thread goes away, all of its copies of thread-local instances are subject  
 +  to garbage collection (unless other references to these copies exist).
  
 ===== 참조 ===== ===== 참조 =====
java/threadlocal.1456580091.txt.gz · 마지막으로 수정됨: 2016/02/27 22:04 저자 kwon37xi