Skip to content

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

License

Notifications You must be signed in to change notification settings

Antares0982/thread_local_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>();

About

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

Topics

Resources

License

Stars

Watchers

Forks