| LWWRegisterTReverseClock Field |
Reverse clock can be used for first-write-wins semantics. It's counting backwards,
using min between -DateTime.UtcNow.Ticks and current timestamp - 1.
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static readonly Clock<T> ReverseClock
static val ReverseClock: Clock<'T>
Field Value
Type:
ClockTSee Also