![]() |
Qore Programming Language - C/C++ Library 2.0.0
|
provides access to thread-local storage More...
#include <QoreThreadLocalStorage.h>
provides access to thread-local storage
This classes uses a single static pthread_key_t and a map to the actual data. It does not provide any special logic for checking for correct usage, etc