|
|
|
|
|
by samatman
2338 days ago
|
|
The question shouldn't have been about preƫmption, but rather, "what if some other thread mutates my data here?" The effect is much the same, whether the race is caused by task scheduling, or just because another core got there first. |
|