public interface TakeStrategy<E>
| Modifier and Type | Method and Description |
|---|---|
void |
signal() |
E |
waitPoll(Queue<E> q) |
void signal()
E waitPoll(Queue<E> q) throws InterruptedException
InterruptedExceptionCopyright © 2015–2020. All rights reserved.