$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eddielee_at_[hidden])
Date: 2004-10-18 16:20:16
Roland Schwarz wrote:
> I wonder if it is possible to use the signal library to do
> interprocess/(synchronized)interthread calls.
> Would it be easily possible to extend it into this aerea if not
> already possible?
By "interprocess/(synchronized)interthread calls" do you mean signals that
are triggered in one thread being handled by slots in another thread, or do
you mean something else ?