|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Threading/Tasks/Task.h"#include "System/Threading/ThreadPool.h"#include "System/Threading/Lock.h"#include "System/Collections/Generic/List.h"#include "System/SystemException.h"#include "System/InvalidOperationException.h"#include "System/UnknownException.h"#include "System/TimeoutException.h"Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Threading |
| namespace | DotNetDupe::System::Threading::Tasks |
Variables | |
| static CriticalSection | DotNetDupe::System::Threading::Tasks::s_csActiveTasks |
| static Collections::Generic::List< SmartPointer< Task > > | DotNetDupe::System::Threading::Tasks::s_pvActiveTasks |