10
edits
Changes
J&J
,→Mutual Exclusion
their proper usage.
In Threading Building Blocks, mutual exclusion is implemented by classes known as
task at a time can have a lock on a mutex; other tasks have to wait their turn.
Mutual exclusion controls how many tasks can simultaneously run a region of code.