in reply to Re: How Are Attributes Useful?
in thread How Are Attributes Useful?

"shared" variables in threads::shared is a good real-world example of attribute use.

And the now deprecated "locked" attribute works (worked) almost identically to how Java handles the synchronized keyword on methods...

c.