
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< AbstractC20Thread > | INTELLI::AbstractC20ThreadPtr |
| The class to describe a shared pointer to AbstractC20Thread. | |
This package covers some common C++20 new features, such as std::thread to ease the programming