Disruptor.producerCount

Returns the last slot the producer has written to or 0 if nothing has been produced yet.

The first slot the producer writes to is 1.

struct Disruptor(T, ulong Size = nextPow2(10_000), ulong Consumers = 63)
const shared
ulong
producerCount
()

Meta