|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "Common.h"#include "System/Object.h"#include "System/Array.h"#include "System/ArgumentException.h"#include "System/InvalidOperationException.h"#include "System/Collections/Generic/LinkedList.h"#include "System/Threading/CriticalSection.h"#include "System/Threading/ConditionVariable.h"#include "System/Threading/Lock.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Collections::Concurrent::BlockingCollection< T > |
| Provides blocking and bounding capabilities for thread-safe collections implementing the Producer-Consumer pattern. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Collections |
| namespace | DotNetDupe::System::Collections::Concurrent |