$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] semi lock-free Signals/Slots
From: Andrew Ho (helloworld922_at_[hidden])
Date: 2013-07-24 12:52:26
> please notify me when you finish the connection and
> scoped connection
> so that I can help you test this in real context.
>
Thanks for the interest, connection and scoped_connection are basically done,
though some features aren't implemented:
1. Assigning to a scoped connection doesn't disconnect the current connection.
2. Swap isn't implemented/specialized
3. Comparison operators aren't implemented.