Boost logo

Boost :

Subject: Re: [boost] [compute] Some remarks
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2015-01-03 15:39:15


On 03/01/2015 14:15, Hartmut Kaiser wrote:

> What about:
>
> future<void> f = copy_async(src, dst);
> f.then([](future<void>&& f) { fill_async(dst, 42.); })

Just to clarify, I believe this is the model that HPX implements.
NT2, Joel Falcou's library that Sebastian also mentioned, uses this model.

This abstraction can also be built on top of OpenMP 4.0 or TBB.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk