VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::internals::MainThread::CommunicatorThread ( MainThread mainthread)
staticprivate

Callback function for communicator thread.

Definition at line 1133 of file vtkfigMainThread-2018-01-26-2205.cxx.

1134  {
1137  while(1)
1138  {
1139  std::this_thread::sleep_for (std::chrono::milliseconds(5));
1141  }
1143  }
static MainThread * mainthread
"This" thread
static void PrepareCommunicatorThread(MainThread *)
Prepare comm thread before start.
bool running_multithreaded
Thread state.
static void CommunicatorThreadCallback(MainThread *)
Callback function for communicator thread if multithreading is off.

+ Here is the call graph for this function: