inexorgame-obsolete / entity-system-inactive

A new, thread safe C++17 entity component system.
https://inexor.org
MIT License
5 stars 0 forks source link

Make the entity-system core components thread-safe. #114

Open IAmNotHanni opened 5 years ago

IAmNotHanni commented 5 years ago

Make sure every write operation in the core of the entity-system is protected by a std::mutex.

Fohlen commented 5 years ago

Have a look at lock guards as well as they will save lots of writing hassle.