Skip to content

Commit

Permalink
Updated TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver, Jonathan committed Jun 12, 2014
1 parent 803d6ec commit 725abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
@@ -1,6 +1,6 @@
package disruptor

// TODO: investigate performance impact of Consume(sequence, remaining int64) (consumed int64)
// performance impact of Consume(sequence, remaining int64) (consumed int64)?
type Consumer interface {
Consume(lower, upper int64)
}

0 comments on commit 725abe8

Please sign in to comment.