Package deltix.util.io.waitstrat
Interface WaitStrategy
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,deltix.util.lang.Disposable
- All Known Implementing Classes:
NativeEventsWaitStrategy
,NotifyWaitStrategy
,ParkWaitStrategy
public interface WaitStrategy extends deltix.util.lang.Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
signal()
void
waitSignal()
-