You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: