|
libMesh
|
Simple compatibility class for std::thread 'concurrent' execution. More...
#include <threads.h>
Public Member Functions | |
| template<typename Callable > | |
| NonConcurrentThread (Callable f) | |
| Constructor. More... | |
| void | join () |
| Join is a no-op, since the constructor blocked until completion. More... | |
| bool | joinable () const |
| Always joinable. More... | |
Simple compatibility class for std::thread 'concurrent' execution.
Not at all concurrent, but provides a compatible interface.
|
inline |
|
inline |
Join is a no-op, since the constructor blocked until completion.
Definition at line 105 of file threads.h.
Referenced by libMesh::System::read_serialized_blocked_dof_objects().
|
inline |
1.8.14