An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Mar 25, 2021 12:22 UTC (Thu) by naveenmv7 (guest, #141627)Parent article: An introduction to lockless algorithms
"Note that data is flowing from one thread to the other with no lock involved"
Why is this true? Can't pthread_join be implemented using semaphores internally?
