Hello!

Is there a way to lock a certain block to a people on similar group?
In java this is done by like this:

synchronize (myGroup) {
}

but how do I do this in python? how can I name the lock that will be
used by the thread?



-rey

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to