OoOJoin  0.0.1
The next generation of out-of-order join operator
Other common class or package under C++20 standard
Collaboration diagram for Other common class or package under C++20 standard:

Classes

class  INTELLI::AbstractC20Thread
 The base class and abstraction of C++20 thread, and it can be derived into other threads. More...
 
class  INTELLI::C20Buffer< dataType >
 
class  INTELLI::ThreadPerf
 The top entity to provide perf traces, please use this class only UNLESS you know what you are doing. More...
 

Macros

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

Typedefs

typedef std::shared_ptr< AbstractC20ThreadINTELLI::AbstractC20ThreadPtr
 The class to describe a shared pointer to AbstractC20Thread.
 

Detailed Description

This package covers some common C++20 new features, such as std::thread to ease the programming