#include <deal.II/base/thread_management.h>
Definition at line 360 of file thread_management.h.
◆ reference_type [1/2]
◆ reference_type [2/2]
◆ return_value()
◆ get() [1/2]
◆ set_from() [1/2]
This function does nothing, because the std::future
object does not actually hold a return value. However, if the future object holds an exception, the set will not happen and this function instead throws the exception stored in the future object.
Definition at line 376 of file thread_management.h.
◆ get() [2/2]
◆ set()
◆ set_from() [2/2]
Set the value from the given std::future
object. If the future object holds an exception, the set will not happen and this function instead throws the exception stored in the future object.
Definition at line 259 of file thread_management.h.
◆ value
◆ value_is_initialized
The documentation for this struct was generated from the following file: