Package org.refcodes.mixin
Interface Releaseable
-
public interface Releaseable
Any class which's instance has blocking methods may implement this interface to provide functionality with which to release all waiting threads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
releaseAll()
Releases all awaiting threads inside a blocking method of the implementing class.
-