Skip to content
Snippets Groups Projects

New threadpool, fixed in NR UE

Merged Bartosz Podrygajlo requested to merge thread-pool-fixed into develop
4 files
+ 32
47
Compare changes
  • Side-by-side
  • Inline
Files
4
 
add_executable(test_ws-thread-pool test_thread_pool.c)
 
target_link_libraries(test_ws-thread-pool PRIVATE ws-thread-pool minimal_lib)
 
add_dependencies(tests test_ws-thread-pool)
 
add_test(NAME test_ws-thread-pool
 
COMMAND ./test_ws-thread-pool)
Loading