I've used your library and task only spawn by number of threads defined at
unsigned int max_n_threads = 2;
so this means only two task would be run and would not run again as if their thread remained open ?
any idea to how to debug this further and fix the problem ?
I've used your library and task only spawn by number of threads defined at
so this means only two task would be run and would not run again as if their thread remained open ?
any idea to how to debug this further and fix the problem ?