Commit 68cd71b7 authored by mir's avatar mir

Changed to work stealing thread pool to trigger CI

parent aa62b26d
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
// 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