ASPiK SDK
Loading...
Searching...
No Matches
moodycamel::spsc_sema::LightweightSemaphore Class Reference

Public Types

typedef std::make_signed< std::size_t >::type ssize_t
 

Public Member Functions

 LightweightSemaphore (ssize_t initialCount=0)
 
bool tryWait ()
 
void wait ()
 
bool wait (std::int64_t timeout_usecs)
 
void signal (ssize_t count=1)
 
ssize_t availableApprox () const
 

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