3303-flashcards/hATaBiZQ - 3303/9OvFGJBe - What occurs in the Synchronous Object Access pattern.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

8 lines
226 B
Markdown

## What occurs in the **Synchronous Object Access** pattern?
---
🤝 Two or more **active objects** share data through a **passive object**. Because the data is shared, **mutual exclusion (mutex)** is strictly required.