[EMAIL PROTECTED] writes:

> > I'm writing an NxN observer pattern, mostly for my own personal
> > exploration.  Two threads -might- be calling 'Disconnect' at the same
> > time, and I can't even guarantee that the function runs properly.

I think the Pythonic way to do this is have the targets communicate
with the observers through queues rather than with callbacks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to