Handles a single thread's execution.  
 More...
#include <public/IThreader.h>
Handles a single thread's execution. 
 
  
  
      
        
          | virtual SourceMod::IThread::~IThread  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void SourceMod::IThread::OnTerminate  | 
          ( | 
          IThreadHandle *  | 
          pHandle,  | 
         
        
           | 
           | 
          bool  | 
          cancel  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Called when the thread terminates. This occurs inside the thread as well. 
- Parameters
 - 
  
    | pHandle | Pointer to the thread's handle.  | 
    | cancel | True if the thread did not finish, false otherwise.  | 
  
   
 
 
  
  
      
        
          | virtual void SourceMod::IThread::RunThread  | 
          ( | 
          IThreadHandle *  | 
          pHandle | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Called when the thread runs (in its own thread). 
- Parameters
 - 
  
    | pHandle | Pointer to the thread's handle.  | 
  
   
 
 
The documentation for this class was generated from the following file: