issues
search
misterpeddy
/
os-grader
A simple grading system that accepts submissions from uva students for C homeworks.
1
stars
0
forks
source link
Lock judges mutex when mutating the judges list
#5
Open
misterpeddy
opened
7 years ago
misterpeddy
commented
7 years ago
in add_judge():
Lock judge_mutex before the start of loop
Unlock after successful entry commit or failure
in add_judge():