Package org.jctools.queues.blocking
Class YieldPutStrategy<E>
java.lang.Object
org.jctools.queues.blocking.YieldPutStrategy<E>
- All Implemented Interfaces:
PutStrategy<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
YieldPutStrategy
public YieldPutStrategy()
-
-
Method Details
-
waitOffer
- Specified by:
waitOffer
in interfacePutStrategy<E>
- Throws:
InterruptedException
-
signal
public void signal()- Specified by:
signal
in interfacePutStrategy<E>
-
supportsSpec
- Specified by:
supportsSpec
in interfacePutStrategy<E>
-