Open main menu

CDOT Wiki β

Changes

J&J

1 byte removed, 21:56, 11 December 2016
Mutual Exclusion
their proper usage.
In Threading Building Blocks, mutual exclusion is implemented by classes known as
mutexes and locks. A mutex is an object on which a task can acquire a lock. Only one
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.
10
edits