$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gavin Lambert (boost_at_[hidden])
Date: 2020-10-19 21:36:14
On 19/10/2020 23:53, Niall Douglas wrote:
> We've moved on from task<T> :)
>
> We now have (probably) eager<T> and lazy<T>.
That's good. I've long regarded laziness as the biggest misfeature of
both future<T> and task<T>.