How do I set up some thread-local storage for each worker thread in the default (common) fork-join pool, and how do I access that TLS from the main thread?
I need to impl