Construct a std::atomic_future object without
an associated asynchronous result.
atomic_future();
- Effects:
Constructs a new
std::atomic_futureinstance.- Postconditions:
valid()returnsfalsefor the newly constructed instance.- Throws:
Nothing.
Header
#include <future>