LinkedBlockingQueue.findPred

Returns the predecessor of live node p, given a node that was once a live ancestor of p (or head); allows unlinking of p.

class LinkedBlockingQueue(E)
Node!(E)
findPred
(
Node!(E) p
,)

Meta