14 Feb
2007
14 Feb
'07
3:14 p.m.
look for 'Blocking Slots (Beginner)' in http://boost.org/doc/html/signals/tutorial.html#id2732772
-- HTH dave
[Nat] But that seems to require retaining each connection, which the OP says he doesn't have. Is there an operation to block the /signal/ versus individual /slots/?
Exactly! A function like signal.block() and signal.unblock() witch block and unblock all the connections. Thanks