Dune Core Modules (2.8.0)
future.hh
77 : _future(std::make_unique<FutureModel<PseudoFuture<T>>>(PseudoFuture<T>(std::forward<U>(data))))
Type-erasure for future-like objects. A future-like object is a object satisfying the interface of Fu...
Definition: future.hh:26
T get()
Waits until the future is ready and returns the resulting value.
Definition: future.hh:93
bool valid() const
Checks whether the future is valid. I.e. ‘get()’ was not called on that future and when it was not de...
Definition: future.hh:110
This exception is thrown when ready(), wait() or get() is called on an invalid future....
Definition: future.hh:16
Default exception if a function was called while the object is not in a valid state for that function...
Definition: exceptions.hh:279
A few common exception classes.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)