LockFreeLinkedList()
Implementation of lock-free LinkedList.
Modifying can be performed concurrently. Iterating concurrency is guaranteed.