#include <threads.h>
| Public Member Functions | |
| template<typename Callable > | |
| NonConcurrentThread (Callable f) | |
| void | join () | 
| bool | joinable () const | 
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 83 of file threads.h.
Referenced by libMesh::System::read_serialized_blocked_dof_objects().
| 
 | inline | 
