blob: 0a40b3d3f2f11ce4fc651132650537b323d039de [file] [log] [blame]
package disruptor
func (this *Cursor) Store(value int64) {
this.value = value
}
func (this *Cursor) Load() int64 {
return this.value
}