6 lines
226 B
Markdown
6 lines
226 B
Markdown
|
|
Why is a **mutex** usually required when using Entity Objects in a multi-threaded environment?
|
|
|
|
---
|
|
|
|
🔒 Because Entity Objects are almost always **passive**, meaning they do not manage their own concurrency/execution flow.
|