Take in account the deferred futures in when_all.
Take in account this deferred tasks
- If any of the futures supplied to a call to when_all refer to deferred tasks that have not started execution, those tasks are executed before the call to when_all returns. Once all such tasks have been executed, the call to when_all returns immediately.
Change History
(6)
| Owner: |
changed from Anthony Williams to viboes
|
| Status: |
new → assigned
|
| Type: |
Feature Requests → Bugs
|
| Milestone: |
To Be Determined → Boost 1.57.0
|
| Summary: |
Take in account this deferred futures in when_all. → Take in account the deferred futures in when_all.
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Set as Bug as otherwise this is not an optimization.