![]() |
Reference documentation for deal.II version GIT d6cf33b98c 2023-09-22 19:50:02+00:00
|
#include <deal.II/base/thread_management.h>
Public Types | |
using | reference_type = RT & |
Public Member Functions | |
return_value () | |
reference_type | get () |
void | set (RT &&v) |
void | set_from (std::future< RT > &v) |
Private Attributes | |
RT | value |
bool | value_is_initialized |
Definition at line 218 of file thread_management.h.
using Threads::internal::return_value< RT >::reference_type = RT & |
Definition at line 225 of file thread_management.h.
|
inline |
Definition at line 227 of file thread_management.h.
|
inline |
Definition at line 233 of file thread_management.h.
|
inline |
Definition at line 245 of file thread_management.h.
|
inline |
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 256 of file thread_management.h.
|
private |
Definition at line 221 of file thread_management.h.
|
private |
Definition at line 222 of file thread_management.h.