Hi,

Is it possible to have a simple lock-free atomic counter in Pharo 3.0 ?

nextId
  ^ idCounter := idCounter + 1

Or is it still possible that two process entering this code can mess things up ?

I vaguely remember a discussion about that long ago...

TIA,

Sven

Reply via email to