|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides a pool of threads that can be used to execute tasks and work items. More...
#include "Common.h"#include "System/Object.h"#include "System/Action.h"#include "System/SmartPointer.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Threading::ThreadPool |
| Provides a pool of threads that can be used to execute tasks, post work items, and process timers. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Threading |
Typedefs | |
| typedef Action< Object * > | DotNetDupe::System::Threading::WaitCallback |
| Represents a callback method to be executed by a thread pool thread. | |
Provides a pool of threads that can be used to execute tasks and work items.
Definition in file ThreadPool.h.