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
InterruptedException
Copyright © 2015–2020. All rights reserved.