I asked this via the Google Groups interface a few weeks ago, but I'm not sure 
if it made it here.
I am asking again in case the question never made it onto the list.

Has the syntax for synchronized/threaded @things been worked out?
For example:

class Foo is synchronized {
  ...
}

our method Bar is synchronized {
  ...
}

class Baz {
  has $.Bux is synchronized;
}

...or is there some new, less Java-esque way to express "only one thread may 
access this thing at a time"?



________________________________________
John Drago | VP Software Engineering
[EMAIL PROTECTED] 
www.precissystems.com 


Reply via email to