Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antares0982/thread_local_wrapper

Toy thread_local wrapper to implement a workaround for broken MinGW-W64 thread model.
https://github.com/antares0982/thread_local_wrapper

cpp mingw mingw-w64 thread-local

Last synced: 8 days ago
JSON representation

Toy thread_local wrapper to implement a workaround for broken MinGW-W64 thread model.

Awesome Lists containing this project

README

        

# Thread Local Wrapper
Toy `thread_local` wrapper to implement a workaround for broken MinGW-W64 thread model. See more details [here](https://github.com/msys2/MINGW-packages/issues/2519).

### How To Use

```c++
auto &object = Antares::tls_get();
```