SharedRegister<T>.Update method
Reads and updates the register.
public virtual T Update(Func<T, T> func)
See Also
- class SharedRegister<T>
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors
Reads and updates the register.
public virtual T Update(Func<T, T> func)