Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

C++14 TS Extensions for Concurrency V1

[Note] Note

N4107-Extensions for Concurrency

Table 1.5. Improvements to std::future<T> and related APIs]

Section

Description

Status

Comments

2.1

-

-

-

2.2

Class template future

Partial

-

2.2

then

Partial

without implicit unwrapping #10550 and blocking #10551

2.2

is_ready

Yes

-

2.3

Class template shared_future

Partial

-

2.3

then

Partial

Without implicit unwrapping #10550 and blocking #10551

2.3

is_ready

Yes

-

2.4

Function template when_all

Partial

interface not complete #10426 and blocking #10551

2.5

Function template when_any

Partial

interface not complete #10427 and blocking #10551

2.6

Function template when_any_back

No

#XXXX

2.7

Function template make_ready_future

Yes

-



PrevUpHomeNext