futures::has_ready_notifier
Futures / Future Traits / has_ready_notifier
Defined in header <futures/traits/has_ready_notifier.hpp>
template <typename>
struct has_ready_notifier;
Customization point to determine if a type has a ready notifier.
Description
The ready notifier is an external handle used to identify when the future is ready.
Inherits from std::false_type
Updated on 2023-01-04