Module pagecache::ds::stack [] [src]

A lock-free stack.

Structs

Node

A node in the lock-free Stack.

Stack

A simple lock-free stack, with the ability to atomically append or entirely swap-out entries.

StackIter

An iterator over nodes in a lock-free stack.

Functions

node_from_frag_vec

Turns a vector of elements into a lock-free stack of them, and returns the head of the stack.