Construct a std::experimental::future
object without an associated
asynchronous result.
future();
Constructs a new std::experimental::future
instance.
valid()
returns false
.
Nothing.
#include <experimental/future>