Check if a std::experimental::future
instance is associated
with an asynchronous result.
bool valid() const;
true
if the *this
has an associated asynchronous result, false
otherwise.
Nothing.
#include <experimental/future>