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