What Violation? 2
What type of concurrency bug is this?
// Thread 1
config = loadConfig();
// Thread 2
process(config); // assumes config is already loaded
Sign in to answer questions and track your progress
Sign InWhat type of concurrency bug is this?
// Thread 1
config = loadConfig();
// Thread 2
process(config); // assumes config is already loaded
Sign in to answer questions and track your progress
Sign In