Thread-local is a class from the Java API and the documentation defines it: "This class provides thread-local variables.
I was recently made aware that thread local storage is limited on some platforms. For example, the docs for the …
c++ multithreading cross-platform boost-thread thread-local