futures/adaptor/when_any.hpp
Disjunction adaptors.
#include <futures/adaptor/when_any.hpp>
Namespaces
Name | Description |
---|---|
futures | Main library namespace. |
Classes
Classes | Description |
---|---|
when_any_result | Result type for when_any_future objects. (struct) |
when_any_future | Future object referring to the result of a disjunction of futures. (class) |
Description
This file defines adaptors to create a new future representing the disjunction of other future objects.
It implements the when_any functionality for futures and executors The same rationale as std::experimental::when_any
applies here
See Also: std::experimental::when_any
Updated on 2023-01-04