Disruptor.consumerCount

the number of registered consumers

struct Disruptor(T, ulong Size = nextPow2(10_000), ulong Consumers = 63)
shared
ubyte consumerCount;

Meta