#include <thread>#include <memory>#include <barrier>

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 |