A simple semaphore with increment and decrement functionality.  
 More...
#include <Semaphore.h>
A simple semaphore with increment and decrement functionality. 
Its destruction will wait until the usage count is zero.
Synopsis: 
{
 
} 
  
 
 
{
} 
A simple semaphore with increment and decrement functionality.
 
  
Definition at line 39 of file Semaphore.h.
 
◆ Semaphore() [1/2]
      
        
          | asio::Semaphore::Semaphore  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Semaphore() [2/2]
  
  
      
        
          | asio::Semaphore::Semaphore  | 
          ( | 
          const Semaphore &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~Semaphore()
      
        
          | asio::Semaphore::~Semaphore  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ decrement()
      
        
          | void asio::Semaphore::decrement  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ increment()
      
        
          | void asio::Semaphore::increment  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ operator=()
The documentation for this class was generated from the following file:
- FMEstable/ReleaseMeVis/Projects/AsynchronousIO/Sources/asio/Semaphore.h