Intrusive linked list¶
- 
template<typename T>
 class intrusive_list : private lf::impl::immovable<intrusive_list<T>>¶
- A multi-producer, single-consumer intrusive list. - This implementation is lock-free, allocates no memory and is optimized for weak memory models. - Public Functions