[][src]Module ccl::stack

Please see the struct level documentation.

Structs

ConcurrentStack

ConcurrentStack is a general purpose threadsafe and lockfree FILO/LIFO stack.

StackIter

An iterator over a stack.

Functions

aquire_guard

Aquire a guard. These are needed when accessing a stack. Since aquiring a guard has a significant cost, you may wish to aquire a guard once and pass it around when doing bulk operations. For most use cases you will not need this.