| 
    Template Numerical Library version\ main:6a1fe78
    
   | 
 
A RAII wrapper for launching the SolverMonitor's main loop in a separate thread. More...
#include <TNL/Solvers/SolverMonitor.h>
Public Member Functions | |
| SolverMonitorThread (SolverMonitor &solverMonitor) | |
| Constructor with instance of solver monitor.   | |
| ~SolverMonitorThread () | |
| Destructor.  | |
A RAII wrapper for launching the SolverMonitor's main loop in a separate thread.
      
  | 
  inline | 
Constructor with instance of solver monitor.
| solverMonitor | is a reference to an instance of a solver monitor. |