-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam_Threading
andrewvk edited this page Jun 23, 2016
·
14 revisions
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 extension methods for ReaderWriterLockSlim. |
Structure | Description | |
---|---|---|
![]() |
ReaderWriterLockSlimExtensions.ReadLockScope | The ReaderWriterLockSlim wrapper. |
![]() |
ReaderWriterLockSlimExtensions.UpgradeableReadLockScope | The ReaderWriterLockSlim wrapper. |
![]() |
ReaderWriterLockSlimExtensions.WriteLockScope | The ReaderWriterLockSlim wrapper. |