How cooperation synchronization and competition synchronization are implemented by semophores?
Answers
Answered by
0
Explanation:
Synchronization:
Mechanism that controls the order in which tasks execute.
Either cooperation synchronization (a task must wait for another to to continue),
or
Competition synchronization (both tasks require the use of some resource that cannot be simultaneously used).
Similar questions