OnixS C++ eSpeed ITCH Market Data Handler 1.7.3
API documentation
Loading...
Searching...
No Matches
Semaphore Class Reference

Public Member Functions

 Semaphore (int initialCounter=0)
 ~Semaphore ()
bool acquire (int timeoutInMs=-1)
void release ()

Detailed Description

Definition at line 28 of file Semaphore.h.

Constructor & Destructor Documentation

◆ Semaphore()

Semaphore ( int initialCounter = 0)
explicit

◆ ~Semaphore()

~Semaphore ( )

Member Function Documentation

◆ acquire()

bool acquire ( int timeoutInMs = -1)

◆ release()

void release ( )