ClintStaley / PhysicsCompetition

0 stars 0 forks source link

Improve multithread submission handling in EVC #5

Open ClintStaley opened 3 years ago

ClintStaley commented 3 years ago

Right now the EVC really only works with one thread. Ultimately it should run several. Threads must not both pick up the same submission. Add a flag that will tell other threads a submission is busy. The flag must time out eventually.