jrgfogh / synchronized_value

Example implementation for std::synchronized_value
GNU Lesser General Public License v2.1
25 stars 1 forks source link

Example: Doubly linked list #1

Closed jrgfogh closed 8 months ago

jrgfogh commented 8 months ago

Wrote an example implementation of a doubly linked list.

The current implementation contains no synchronization.