Bosma / Scheduler

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

Race condition #19

Open sanketsharma opened 5 years ago

sanketsharma commented 5 years ago

It seems that there is a race condition between here and here. In line 67, tasks is accessed without a lock.