added thread pool with tests

This commit is contained in:
Sascha Kühl
2025-06-26 16:04:17 +02:00
parent dafa81aef0
commit 2271702e6c
6 changed files with 325 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ add_executable(CoreTests
utils/ResultTest.cpp
utils/FieldAttributeTest.cpp
utils/VersionTest.cpp
utils/ThreadPoolTest.cpp
utils/StringTest.cpp
object/AttributeDefinitionGeneratorTest.cpp
object/PrimaryKeyResolverTest.cpp