public interface WorkQueue<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(E e,
long timeout,
TimeUnit unit) |
E |
poll(long timeout,
TimeUnit unit) |
boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException
InterruptedExceptionE poll(long timeout, TimeUnit unit) throws InterruptedException
InterruptedExceptionCopyright © 2020. All rights reserved.