Apache Mesos
Public Member Functions | List of all members
process::CountDownLatch Class Reference

#include <count_down_latch.hpp>

Public Member Functions

 CountDownLatch (size_t count=1)
 
void decrement ()
 
Future< Nothingtriggered ()
 

Constructor & Destructor Documentation

process::CountDownLatch::CountDownLatch ( size_t  count = 1)
inline

Member Function Documentation

void process::CountDownLatch::decrement ( )
inline
Future<Nothing> process::CountDownLatch::triggered ( )
inline

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