Opened 10 years ago
Closed 9 years ago
#7447 closed Feature Requests (fixed)
Async: Add when_all
| Reported by: | viboes | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.56.0 | Component: | thread |
| Version: | Boost 1.51.0 | Severity: | Not Applicable |
| Keywords: | Cc: |
Description
Add when_all as proposed in [@ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3428.pdf A Standardized Representation of Asynchronous Operations].
Change History (3)
comment:1 by , 10 years ago
| Severity: | Problem → Not Applicable |
|---|---|
| Status: | new → assigned |
comment:2 by , 9 years ago
| Milestone: | To Be Determined → Boost 1.56.0 |
|---|
comment:3 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Committed revision [86290] Thread: Added future::when_all/when_any (async vector version) for C++11 compilers.