public interface AsynchronousProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
join()
Semantics of this method is similar to Thread.join() - this
method blocks if the processor is working active tasks and
unblocks when all work is done.
|
boolean |
join(long timeout)
Waits for the processor to finish work for specified time.
|
void join() throws InterruptedException
InterruptedExceptionboolean join(long timeout) throws InterruptedException
timeout - InterruptedException