9 static_assert(
false,
"This is an *interface*, not an actual class in the library.");
A Promise represents an asynchronous result that can be fetched later.
Definition: promise.hpp:22
T DataT
The type of the value this Promise will hold.
Definition: promise.hpp:27
Promise then(Func &&f)
Specify something to do after this Promise resolves.