concurrency.slist

Undocumented in source.

Members

Classes

SList
class SList(T)

A lock-free single linked list

Static functions

clearMark
T* clearMark(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
isMarked
bool isMarked(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
mark
T* mark(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Iterator
struct Iterator(T)
Undocumented in source.

Meta