Bosma / Scheduler

Modern C++ Scheduling Library
MIT License
272 stars 74 forks source link

threads do not close ? #15

Open usimplex opened 6 years ago

usimplex commented 6 years ago

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 ?