Lukasz Sokol schrieb:

Objects (classes) add further topics to the list of items, that make
up "thread-safety" in general.

After compilation, it's just code, isn't it? Classes may have the 'hidden' variables but they're not 'hidden' to the
OS/CPU ?

Objects include information, that may be subject to race conditions, deadlocks and other unwanted things. A "thread-safe" definition for procedures covers nothing of what applies to thread-safe objects.

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to