Classes | |
| struct | ts |
| Locks a resource thread-safe - each time, at read/write (safe but rather inefficient). More... | |
| struct | single_thread |
| Does not lock the resouce at read/write access. More... | |
| struct | tss_with_cache |
Caches the resource on each thread, and refreshes it at refresh_secs period. More... | |
| struct | tss_once_init |
| Allows you to initialize this resource once even if multiple threads are running. Then, all threads will use the initialized value. More... | |