Hi,

I'm converting a C# program to IronPython and running into the C# lock() command ... what is the equivalent operation in IronPython?

The C# is like:

 lock(m_object)
    if (...)
    {
     ...
     }

Thanks!
-Sandy

<<attachment: swalsh.vcf>>

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to