Yes, I did.
So I need to implement detach method and use it every time I want to modify shared data ?
But still. will I be able to benefit from true sharing od data ?
For example
I modify variable A in point X of the program in the object 1
And than I need to access A from the object 2 in the point Y of the runtime.
Will I get what was set in the point X ?
Bookmarks