Reviewed-by: dholmes, chegar, mduigou
Reviewed-by: chegar, dholmes
Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes. Reviewed-by: martin, dholmes, chegar