NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
ThreadBarrier.hpp File Reference
#include <Runtime/NesThread.hpp>
#include <condition_variable>
#include <mutex>
Include dependency graph for ThreadBarrier.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::ThreadBarrier
 Utility class that introduce a barrier for N threads. The barrier resets when N threads call wait(). More...
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::ThreadBarrierPtr = std::shared_ptr< ThreadBarrier >