$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: williamkempf_at_[hidden]
Date: 2001-07-01 10:34:53
--- In boost_at_y..., "Peter Dimov" <pdimov_at_m...> wrote:
> From: <williamkempf_at_h...>
>
> > I don't follow this. What do you mean by "manage the function
> > object"? Do you mean it's lifetime? There's nothing to manage
there.
>
> The function object must not die before the thread exits from its
> operator().
It doesn't, since it's cloned. The only problem is if the object
refers to other objects, but that's a user issue, not a library issue.
Bill Kempf