main.cpp
295 Bytes
-
Move thread local state OUT of thread object. · 7dfa2a34
This requires the user to explicitly manage the storage duration/place of the thread local state, making a fine grained memory allocation simpler.
FritzFlorian committed