add IPC workshop

This commit is contained in:
2022-10-04 12:00:46 +02:00
parent bdfe4afd03
commit 35f9095aaa
3 changed files with 8 additions and 1 deletions

View File

@ -139,7 +139,7 @@ of the object, you can also add units to schedule by using their object ID.
Please note that the object manager is a software entity which global mutable state. This
is something which can easily introduce subtle and dangerous bugs into a multi-threaded
software. If you are sharing an object with the manager between multiple threads, all object
access needs to be protected explicitely with concurrency tools like a Mutex by the developer.
accesses needs to be protected explicitely with concurrency tools like a Mutex by the developer.
The object manager has no own capabilities to ensure thread-safey in such a case.
It is recommended to do the `ws-ipc` workshop to get familiar with various ways for objects