adspace
Answer Posted / Ujjawal Trivedi
A Mutex (MUTual EXclusion) is a synchronization primitive used to manage access to shared resources in concurrent computing. It ensures that only one thread can access the resource at any given time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers