mutual exclusion

編輯正在努力提供更完整的內容,建議 20 分鐘後再回來看看

mutual exclusion — 名詞

1. the property that only one process can access a shared resource at a time

1.名詞
釋義

互斥

the property that only one process can access a shared resource at a time

例句

Mutual exclusion is essential to prevent data corruption in concurrent programming.