Comment on Race Conditions Can Be Useful for ParallelismparentComments−asveikau3yI think "remove" the race condition is the wrong word. It should be "resolve" the race conditions.The race exists because there are multiple accesses. This is resolved when there is a protocol for deciding who proceeds and who waits for the other.
Comments
I think "remove" the race condition is the wrong word. It should be "resolve" the race conditions.
The race exists because there are multiple accesses. This is resolved when there is a protocol for deciding who proceeds and who waits for the other.