public interface ISynchronizer<RESULT>
ISynchronizer and there must only ever exist one consumer for it. Once the
result value is consumed by the consumer this ISynchronizer must not be reused.
| Modifier and Type | Method and Description |
|---|---|
RESULT |
get(long timeout) |
void |
put(RESULT result) |
boolean |
put(RESULT result,
long timeout) |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.