Consume from the Disruptor. Calls del with the slice of produced but not consumed elements. The argument firstIndex is the index of the first element in slice.
Only calls del if there is something to consume (slice is never empty).
true, if del was called, otherwise false.
See Implementation
Consume from the Disruptor. Calls del with the slice of produced but not consumed elements. The argument firstIndex is the index of the first element in slice.
Only calls del if there is something to consume (slice is never empty).