PTS.Concurrency Namespace
Classes
ExecutionCallContextProvider | Provides static data storage bound to logical call execution context. |
LocalDataContainer | Storage container with data bound to current logical execution context. |
StaticDictionary<TKey, TValue> | Represents an accessor to static thread-safe collection of key/value pairs that can be accessed by multiple threads concurrently. |
WeakReferenceTable<TKey, TValue> | Enables compilers to dynamically attach weak references of objects as dynamic fields to managed objects. |
Interfaces
ILogicalDataContainer | Storage bound to logical call execution context in given environment. |