Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 256 Bytes

Thread Local Wrapper

Toy thread_local wrapper to implement a workaround for broken MinGW-W64 thread model. See more details here.

How To Use

auto &object = Antares::tls_get<T>();