Hello,

i am trying to migrate a project which uses posix threads up to using zhe boost library.

I still haven't figured out the great differences in using the tread local storage.

In posix the tread local memory is stored using keys (set / get functions).

How this is implemented in BOOST ?

Greetings
Thomas