-
Notifications
You must be signed in to change notification settings - Fork 35
N_CodeJam_Threading
andrewvk edited this page Apr 26, 2016
·
14 revisions
[This is preliminary documentation and is subject to change.]
The CodeJam.Threading namespace contains classes related to multithreaded code.
Class | Description | |
---|---|---|
AsyncOperationHelper | Extension and utility methods for AsyncOperationManager and AsyncOperation | |
ConcurrentLazyDictionary(TKey, TValue) | Dictionary with lazy values initialization. | |
InterlockedOperations | Provides a helper class for initializing a values in a thread-safe manner. | |
ParallelExtensions | Parallel extensions. | |
ReaderWriterLockSlimExtensions | Represents the extenion methods for ReaderWriterLockSlim. |
Structure | Description | |
---|---|---|
ReaderWriterLockSlimExtensions.ReadLockScope | The ReaderWriterLockSlim wrapper. | |
ReaderWriterLockSlimExtensions.UpgradeableReadLockScope | The ReaderWriterLockSlim wrapper. | |
ReaderWriterLockSlimExtensions.WriteLockScope | The ReaderWriterLockSlim wrapper. |