public final class SCParkTakeStrategy<E> extends Object implements TakeStrategy<E>
| Modifier and Type | Field and Description |
|---|---|
int |
storeFence |
| Constructor and Description |
|---|
SCParkTakeStrategy() |
public void signal()
signal in interface TakeStrategy<E>public E waitPoll(Queue<E> q) throws InterruptedException
waitPoll in interface TakeStrategy<E>InterruptedExceptionCopyright © 2015–2020. All rights reserved.