std::experimental::future<T>::is_ready
Min standard notice:
Checks if the associated shared state is ready.
# Declarations
bool is_ready() const;
# Return value
true if the associated shared state is ready, otherwise false.
# Example
This section is incompleteReason: no example