Java ThreadLocal

Pubblicato il: 20 settembre 2020
sul canale di: Jakob Jenkov
37,387
1.1k

The Java ThreadLocal class is capable of keeping a single value internally per thread that accesses it. That means, that if multiple threads share a Java ThreadLocal, each of them can set their own value inside the ThreadLocal without overwriting each other's values. When getting the value again, each thread will get the latest value it has set on the ThreadLocal - and not any value set by other threads.

Chapters
0:00 Java ThreadLocal introduction incl. set() and get()
3:18 Java ThreadLocal remove() method
5:20 Java ThreadLocal with initial value
8:33 Set value lazily on Java ThreadLocal
10:21 Using a Java ThreadLocal from within an thread pool
11:39 Java InheritableThreadLocal

Java ThreadLocal - text:
http://tutorials.jenkov.com/java-conc...

Java Concurrency - text / video
http://tutorials.jenkov.com/java-conc...
   • Java Concurrency and Multithreading  

Java Examples GitHub repo:
https://github.com/jjenkov/java-examples


In questa pagina del sito puoi guardare il video online Java ThreadLocal della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Jakob Jenkov 20 settembre 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 37,387 volte e gli è piaciuto 1.1 mille spettatori. Buona visione!