From: Paul P. <bay...@gm...> - 2010-11-21 18:19:03
|
Yes, synchronization is fully supported, as well as wait, interrupt & sleep. Synchronization only works on objects (same in Java), so you can synchronize on a java.lang.Boolean, but not on a boolean. Paul On Sun, Nov 21, 2010 at 11:46 AM, Arno Puder <ar...@pu...> wrote: > > Paul Poley submitted a patch for that a while ago. Yes, that should work > (right, Paul?) > > Arno > > > On 11/21/10 1:43 AM, Panayotis Katsaloulis wrote: > > I remember in an older post, that there was a patch submitted that deals > better with the synchronized methods. > > So, can I safely assume that "synchronized" is properly supported now? > > Can I also use for example a boolean value as a lock? > > > ------------------------------------------------------------------------------ > > Beautiful is writing same markup. Internet Explorer 9 supports > > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > > Spend less time writing and rewriting code and more time creating great > > experiences on the web. Be a part of the beta today > > http://p.sf.net/sfu/msIE9-sfdev2dev > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |