![]() |
Reference documentation for deal.II version 9.6.2
|
#include <deal.II/base/thread_management.h>
Public Types | |
using | reference_type = void |
Public Member Functions | |
void | set_from (std::future< void > &) |
return_value () | |
void | set (void &&v) |
Static Public Member Functions | |
static void | get () |
Private Attributes | |
void | value |
bool | value_is_initialized |
Definition at line 360 of file thread_management.h.
using Threads::internal::return_value< void >::reference_type = void |
Definition at line 362 of file thread_management.h.
|
inline |
Definition at line 230 of file thread_management.h.
|
inlinestatic |
Definition at line 365 of file thread_management.h.
|
inline |
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.
|
inline |
Definition at line 248 of file thread_management.h.
|
private |
Definition at line 224 of file thread_management.h.
|
private |
Definition at line 225 of file thread_management.h.