public interface ActorQueuePreallocApi<T extends RingItem>
Modifier and Type | Method and Description |
---|---|
void |
finishOffer(T item) |
int |
getAvailable() |
int |
getSize() |
boolean |
isEmpty() |
T |
startOffer(boolean isWait) |
void |
wake() |