Purpose
A derived data type whose components are all private. Any object of this type should be manipulated only through the appropriate interfaces provided in this module.
This data type corresponds to the POSIX pthread_key_t, which is the type of key object for accessing thread-specific data.
Class