[cpp-threads] Asynchronous Function Proposal

Herb Sutter hsutter at microsoft.com
Mon Jun 1 17:31:34 BST 2009


Beman wrote:
> Once the interface settles down, there is the question of
> implementation and experience. Asynchronous parallelism isn't
> something I'm willing to accept based on armchair analysis. I'd want
> to see an implementation in the hands of at least a few POSIX and
> Windows users before signing off on something as critical to the
> perception of the C++0x standard library as this will be.

FWIW several of us have shipping implementations of more-advanced functionality so that we know the general road we're on. This should be a subset somewhere (early) on that road, so I think we're covered on implementation experience.

FWIW2, however, none of the implementations I'm familiar with have this proliferation of overloads and multiple option parameters, so we do need to simplify this before presenting it. It's progress though, thanks Lawrence!




More information about the cpp-threads mailing list