Thread-Safe Linked List Using Atomic Pointers
This lesson describes the use of thread-safe singly linked list using atomic pointers.
Let’s see the C++11 version of the thread-safe singly linked list first; then we’ll enhance it using atomic smart pointers from C++20.
Get hands-on with 1400+ tech skills courses.