/tls

Some experimental classes that take advantage of TLS to avoid using mutexes

Primary LanguageC++MIT LicenseMIT

Thread-local storage (TLS)

Some experimental classes that take advantage of TLS to allow access to thread-local storage from other threads. Handy if you want to collect the results of per-thread calculations.