The C++ framework for developing highly scalable, high performance servers on Windows platforms.

WaitableCounter.h File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::Core

Classes

class  CWaitableCounter
 A counter that can be incremented and decremented and where you can wait on it either becoming zero or becoming non-zero. More...
class  CWaitableCounter::Incrementer
 A class that provides support for scope based incrementing of a waitable counter. The count is incremented for the life of the Incrementer; that is, it is incremented in the constructor of the and decremented in the destrutor. More...
class  CWaitableCounter::Decrementer
 A class that provides support for scope based decrementing of a waitable counter. The count is decreased for the life of the Decrementer; that is, it is decremented in the constructor of the and incremented in the destrutor. More...


Generated on Sun Sep 12 19:06:45 2021 for The Server Framework - v7.4 by doxygen 1.5.3