
3 May
2008
3 May
'08
6:50 p.m.
On Saturday 03 May 2008 08:38, Peter Dimov wrote:
On Friday 02 May 2008 08:18, Peter Dimov wrote: For the use case of tracking signal/slot connections, the signal would want to be able to distinguish between the two cases, temporarily blocking the connection in the first, and disconnecting it permanently in the second.
In the first case, the signal should proceed to invoke the slots without the one that is in process of being constructed.
To be clear, that's what "blocking a connection" means in the context of the signals documentation. I wasn't talking about blocking like blocking a process or thread. -- Frank