Version: 1.0
Public Member Functions | List of all members
fast_semaphore Class Reference

#include <semaphore.h>

Public Member Functions

 fast_semaphore (int count) noexcept
 
void post ()
 
void wait ()
 

Detailed Description

Definition at line 39 of file semaphore.h.

Constructor & Destructor Documentation

◆ fast_semaphore()

fast_semaphore::fast_semaphore ( int  count)
inlinenoexcept

Definition at line 42 of file semaphore.h.

Member Function Documentation

◆ post()

void fast_semaphore::post ( )
inline

Definition at line 45 of file semaphore.h.

◆ wait()

void fast_semaphore::wait ( )
inline

Definition at line 53 of file semaphore.h.


The documentation for this class was generated from the following file: