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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
