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>
InterruptedException
Copyright © 2015–2020. All rights reserved.