samanbarghi / uThreads

A concurrent user-level thread library implemented in C++
Other
314 stars 22 forks source link

Bring back LibInitializer #19

Closed samanbarghi closed 8 years ago

samanbarghi commented 8 years ago

Static members are not being initialized when the program starts, specially defaultCluster

samanbarghi commented 8 years ago

The specific bug that made it necessary to use LibInitializer again was not related to the order of static members being initialized so this is not necessary any more.