// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.util.internal.shaded.org.jctools.queues;

public interface QueueProgressIndicators
{
    long currentProducerIndex();
    
    long currentConsumerIndex();
}
