On Fri, 10 Jun 2011 15:45:35 +0200
Michael Schnell <[email protected]> wrote:

> On 06/10/2011 03:32 PM, Mattias Gaertner wrote:
> >
> > If the definition says "it can be safely invoked by multiple threads at
> > the same time" then it means it can be invoked by any thread in any order 
> > at any time and the code still performs its task.
> But what is "it".
> 
> The wiki says: "piece of code".

correct

> With Objects this would need to be 
> "piece of code of a particular instance",

No.

> as the same "piece of code" of 
> another instance c an behave totally different, as the states that are 
> stored in the instance can behave totally different.

Doesn't matter as long the code does its task.

 
>[...]

Mattias

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

Reply via email to