Article: C11 Lock-free Stack
This is a small library that provides a lock-free stack using C11's
new stdatomic.h
features. It's ABA aware and requires double-wide
CAS.
Article: C11 Lock-free Stack
This is a small library that provides a lock-free stack using C11's
new stdatomic.h
features. It's ABA aware and requires double-wide
CAS.