Delegate Atomic<T>.Updater
Represents atomic update action.
Namespace: DotNext.Threading
Assembly: DotNext.dll
Syntax
public delegate void Atomic<T>.Updater(ref T current)Parameters
| Type | Name | Description | 
|---|---|---|
| T | current | The value to update. | 
Remarks
The atomic update action should side-effect free.