Subject: [Boost-users] [signals] Chaining signals
From: Remko Tronçon (remko_at_[hidden])
Date: 2009-03-13 12:32:41


Hi,

Is it possible to 'chain' boost signals? I.e., connect signal a to
signal b, such that whenever signal a fires, all slots of signal b are
called.

thanks,
Remko