Skip to content
Snippets Groups Projects

New threadpool, fixed in NR UE

Merged Bartosz Podrygajlo requested to merge thread-pool-fixed into develop
8 files
+ 288
0
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 5
0
add_executable(test_actor test_actor.cpp)
target_link_libraries(test_actor PRIVATE actor GTest::gtest thread-pool LOG)
add_dependencies(tests test_actor)
add_test(NAME test_actor
COMMAND ./test_actor)
Loading