]> git.seodisparate.com - EntityComponentMetaSystem/commit
Implement multithreading for function calls
authorStephen Seo <seo.disparate@gmail.com>
Fri, 6 Oct 2017 03:47:05 +0000 (12:47 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 6 Oct 2017 03:47:05 +0000 (12:47 +0900)
commita08b1575d64ee3de534bf45f95a733a9312dfd3c
tree8323dbc254f20e36865e14f011660616d6a2a190
parentaad97d6d425a229257d0a6d7c570349f32b13e98
Implement multithreading for function calls

Each of the EC::Manager's function calls over entities can now be
multi-threaded.
src/CMakeLists.txt
src/EC/Manager.hpp
src/test/ECTest.cpp