|
Portable concurrency
0.11.0
|
Public Attributes | |
| std::size_t | index |
Index of a ready future in the futures field. | |
| Sequence | futures |
Sequence of futures passed as an argument to when_any function. Input order is always preserved. | |
Structure hoding sequence of futures passed as arguments to one of the when_any function overload and the index of a future in this sequence which is ready.
1.8.17