![]() |
deal.II version GIT relicensing-3083-g7b89508ac7 2025-04-18 12:50:00+00:00
|
#include <deal.II/base/thread_management.h>
Public Types | |
using | reference_type = RT & |
Public Member Functions | |
return_value () | |
reference_type | get () const |
void | set (RT &v) |
void | set_from (std::future< RT & > &v) |
Private Attributes | |
RT * | value |
bool | value_is_initialized |
Definition at line 292 of file thread_management.h.
using Threads::internal::return_value< RT & >::reference_type = RT & |
Definition at line 299 of file thread_management.h.
|
inline |
Definition at line 301 of file thread_management.h.
|
inline |
Definition at line 307 of file thread_management.h.
|
inline |
Definition at line 319 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 330 of file thread_management.h.
|
private |
Definition at line 295 of file thread_management.h.
|
private |
Definition at line 296 of file thread_management.h.