Commit c36ca4c1 authored by Cedric Roux's avatar Cedric Roux

testing the new threadpool by the ci - do not merge - do not review

parent f406dd08
...@@ -32,9 +32,11 @@ ...@@ -32,9 +32,11 @@
// desired thread pool // desired thread pool
// Work stealing thread pool // Work stealing thread pool
// #define task_manager_t ws_task_manager_t #define task_manager_t ws_task_manager_t
// Previous single queue OAI thread pool // Previous single queue OAI thread pool
#define task_manager_t tpool_t //#define task_manager_t tpool_t
// Most rated C thread pool in github // Most rated C thread pool in github
//#define task_manager_t threadpool //#define task_manager_t threadpool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment