A thread pool executing an asio::Context's run method with a bunch of threads.  
 More...
#include <ThreadPool.h>
A thread pool executing an asio::Context's run method with a bunch of threads. 
Synopsis: 
auto context = std::make_shared<asio::Context>();
 
A thread pool executing an asio::Context's run method with a bunch of threads.
 
  
Definition at line 29 of file ThreadPool.h.
 
◆ ThreadPool() [1/2]
      
        
          | asio::ThreadPool::ThreadPool  | 
          ( | 
          std::shared_ptr< Context >  | 
          context,  | 
        
        
           | 
           | 
          const unsigned short  | 
          num_threads  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~ThreadPool()
      
        
          | asio::ThreadPool::~ThreadPool  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ThreadPool() [2/2]
  
  
      
        
          | asio::ThreadPool::ThreadPool  | 
          ( | 
          const ThreadPool &  | 
           | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ operator=()
The documentation for this class was generated from the following file:
- FMEstable/ReleaseMeVis/Projects/AsynchronousIO/Sources/asio/ThreadPool.h