|
inlineexplicit |
Initializes the xtd::threading::thread_local_object instance and specifies whether all values are accessible from any thread.
track_all_values | true to track all values set on the instance and expose them through the xtd::threading::thread_local_object::values property; false otherwise. When set to true, a value stored from a given thread will be available through xtd::threading::thread_local_object::values even after that thread has exited. |