Changeset 3654

Timestamp:
Feb 7, 2007, 8:34:14 PM (16 years ago)
Author:
Frank Mori Hess
Message:

A slot can now disconnect it self without deadlock.

I reduced lock contention. Now, disconnect()
can complete while the signal is being
invoked (though not while the slot in question
is actively running in any
other thread). The signal may be invoked concurrently, but any
particular slot will not be run concurrently. connect() may complete
while the signal is being invoked.

(No files)

Note: See TracChangeset for help on using the changeset viewer.