OoOJoin  0.0.1
The next generation of out-of-order join operator
AbstractC20Thread.hpp File Reference
#include <thread>
#include <memory>
#include <barrier>
Include dependency graph for AbstractC20Thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INTELLI::AbstractC20Thread
 The base class and abstraction of C++20 thread, and it can be derived into other threads. More...
 

Macros

#define newAbstractC20Thread   make_shared<INTELLI::AbstractC20Thread>
 (Macro) To creat a new newAbstractC20Thread under shared pointer.
 

Typedefs

typedef std::shared_ptr< AbstractC20Thread > INTELLI::AbstractC20ThreadPtr
 The class to describe a shared pointer to AbstractC20Thread.
 
typedef std::shared_ptr< std::barrier<> > INTELLI::BarrierPtr