public interface TakeStrategy<E>
Modifier and Type | Method and Description |
---|---|
void |
signal() |
boolean |
supportsSpec(ConcurrentQueueSpec qs) |
E |
waitPoll(Queue<E> q) |
void signal()
E waitPoll(Queue<E> q) throws InterruptedException
InterruptedException
boolean supportsSpec(ConcurrentQueueSpec qs)
Copyright © 2013–2024. All rights reserved.