blob: 9756b3f044642060e6ecfab8e119461fdb4aab80 [file] [log] [blame]
package disruptor
func (this *SingleProducerSequencer) Publish(sequence int64) {
this.cursor.Store(sequence)
}