blob: 431b38e1cca7118c4cbb06edc06aed6d62975bd8 [file] [log] [blame]
package disruptor
func (this *Sequence) Store(value int64) {
this[SequencePayloadIndex] = value
}
func (this *Sequence) Load() int64 {
return this[SequencePayloadIndex]
}
const FillCPUCacheLine uint8 = 8