-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam_Threading
andrewvk edited this page Mar 29, 2016
·
14 revisions
[This is preliminary documentation and is subject to change.]
[Missing
Class | Description | |
---|---|---|
![]() |
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. |